##// END OF EJS Templates
doc: fix language in CSS comments (by timeless)
Martin Geisler -
r9808:0d65e191 default
parent child Browse files
Show More
@@ -1,5 +1,5 b''
1 1 /*
2 * Styles for man pages, which suit with http://mercurial.selenic.com/
2 * Styles for man pages, which match with http://mercurial.selenic.com/
3 3 *
4 4 * Color scheme & layout are borrowed from
5 5 * http://mercurial.selenic.com/css/styles.css
@@ -72,7 +72,7 b' a:link { color: #00b5f1; }'
72 72 a:visited { color: #5c9caf; }
73 73 a:link.toc-backref, a:visited.toc-backref {
74 74 text-decoration: none;
75 color: #111; /* `inherit' not supported by IE6 */
75 color: #111; /* `inherit' is not supported by IE6 */
76 76 }
77 77
78 78 div.admonition, div.attention, div.caution,
General Comments 0
You need to be logged in to leave comments. Login now