From: Vincent Bernat Date: Sun, 13 Jan 2013 13:29:17 +0000 (+0100) Subject: web: don't use bold for manual pages X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1056e6b4655979b394bdf8242403953a5a28a6bc;p=thirdparty%2Flldpd.git web: don't use bold for manual pages We use colors instead. Inconsolata is not available in bold and the width of bold characters is larger than the width of regular ones. --- diff --git a/content/media/css/lldpd.3.code.less b/content/media/css/lldpd.3.code.less index ecce408e..3ebfcf40 100644 --- a/content/media/css/lldpd.3.code.less +++ b/content/media/css/lldpd.3.code.less @@ -6,6 +6,14 @@ pre, code, code .amp, pre .amp, .manpage { } .manpage { white-space: pre; + b { + font-weight: normal; + color: @theme-color; + } + u { + text-decoration: none; + color: #507090; + } } .codehilite, .manpage { border: 1px solid #E0E0E0;