Code

doc/sysdb-man.css: Applied tokkee.org-like style.
authorSebastian Harl <sh@tokkee.org>
Tue, 20 May 2014 13:34:17 +0000 (15:34 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 20 May 2014 13:34:17 +0000 (15:34 +0200)
doc/sysdb-man.css

index b9ee322c58daed624dce453d1b91d86ca6b8d212..9a8095e1d61829b5354a15b1082aeac896634a61 100644 (file)
@@ -5,25 +5,27 @@
 body {
        margin: 1em 5% 1em 5%;
        line-height: 1.2;
+       font-family: sans-serif;
 }
 
 h1, h2, h3, h4, h5, h6 {
-       color: #527bbd;
+       color: #00337c;
        font-family: sans-serif;
+       font-weight: bold;
 }
 
 body h1 {
-       border-bottom: 2px solid silver;
+       border-bottom: 2px solid #cdcdcd;
 }
 
 body h2 {
-       border-bottom: 2px solid silver;
+       border-bottom: 2px solid #cdcdcd;
 }
 
 body pre {
        margin: 0.5em 10% 0.5em 1em;
        line-height: 1.0;
-       color: navy;
+       color: #00337c;
 }
 
 /* vim: set tw=78 sw=4 ts=4 noexpandtab : */