comparison doc/style.css @ 9808:0d65e191ac4c

doc: fix language in CSS comments (by timeless)
author Martin Geisler <mg@lazybytes.net>
date Mon, 09 Nov 2009 23:47:24 +0100
parents 1ca6314205f3
children 42ced358cbba
comparison
equal deleted inserted replaced
9807:f359d4f528aa 9808:0d65e191ac4c
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 * Color scheme & layout are borrowed from 4 * Color scheme & layout are borrowed from
5 * http://mercurial.selenic.com/css/styles.css 5 * http://mercurial.selenic.com/css/styles.css
6 * 6 *
7 * Some styles are from html4css1.css from Docutils, which is in the 7 * Some styles are from html4css1.css from Docutils, which is in the
70 a:hover, a:focus { text-decoration: none; } 70 a:hover, a:focus { text-decoration: none; }
71 a:link { color: #00b5f1; } 71 a:link { color: #00b5f1; }
72 a:visited { color: #5c9caf; } 72 a:visited { color: #5c9caf; }
73 a:link.toc-backref, a:visited.toc-backref { 73 a:link.toc-backref, a:visited.toc-backref {
74 text-decoration: none; 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 div.admonition, div.attention, div.caution, 78 div.admonition, div.attention, div.caution,
79 div.danger, div.error, div.hint, div.important, 79 div.danger, div.error, div.hint, div.important,
80 div.note, div.tip, div.warning { 80 div.note, div.tip, div.warning {