##// END OF EJS Templates
doc/style: use default font color specified by user...
Yuya Nishihara -
r9832:42ced358 default
parent child Browse files
Show More
@@ -12,7 +12,6 b' body {'
12 margin: 0;
12 margin: 0;
13 padding: 0;
13 padding: 0;
14 font-family: sans-serif;
14 font-family: sans-serif;
15 color: #111;
16 }
15 }
17
16
18 .document {
17 .document {
@@ -72,7 +71,7 b' a:link { color: #00b5f1; }'
72 a:visited { color: #5c9caf; }
71 a:visited { color: #5c9caf; }
73 a:link.toc-backref, a:visited.toc-backref {
72 a:link.toc-backref, a:visited.toc-backref {
74 text-decoration: none;
73 text-decoration: none;
75 color: #111; /* `inherit' is not supported by IE6 */
74 color: inherit; /* NOTE: `inherit' is not supported by IE6 */
76 }
75 }
77
76
78 div.admonition, div.attention, div.caution,
77 div.admonition, div.attention, div.caution,
General Comments 0
You need to be logged in to leave comments. Login now