浏览代码

docs: html: format `option values` like in man pages

Marian Beermann 8 年之前
父节点
当前提交
dd8a815327
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      docs/borg_theme/css/borg.css

+ 10 - 0
docs/borg_theme/css/borg.css

@@ -68,3 +68,13 @@ p .literal span {
     color: black; /* slight contrast with #404040 of regular text */
     background: none;
 }
+
+cite {
+    white-space: nowrap;
+    color: black; /* slight contrast with #404040 of regular text */
+    font-size: 75%;
+    font-family: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter",
+    "DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
+    font-style: normal;
+    text-decoration: underline;
+}