From 1056e6b4655979b394bdf8242403953a5a28a6bc Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 13 Jan 2013 14:29:17 +0100 Subject: [PATCH] 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. --- content/media/css/lldpd.3.code.less | 8 ++++++++ 1 file changed, 8 insertions(+) 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; -- 2.39.5