]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
web: don't use bold for manual pages
authorVincent Bernat <bernat@luffy.cx>
Sun, 13 Jan 2013 13:29:17 +0000 (14:29 +0100)
committerVincent Bernat <bernat@luffy.cx>
Sun, 13 Jan 2013 13:29:17 +0000 (14:29 +0100)
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

index ecce408e54194a1372b5bcab9c623b07ab1d6699..3ebfcf40d4be97c9a8e92b0e07a87513d7773f98 100644 (file)
@@ -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;