Mercurial > hg
changeset 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 | f359d4f528aa |
children | ce145bf2ca5e |
files | doc/style.css |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/style.css Mon Nov 09 17:33:16 2009 +0100 +++ b/doc/style.css Mon Nov 09 23:47:24 2009 +0100 @@ -1,5 +1,5 @@ /* - * Styles for man pages, which suit with http://mercurial.selenic.com/ + * Styles for man pages, which match with http://mercurial.selenic.com/ * * Color scheme & layout are borrowed from * http://mercurial.selenic.com/css/styles.css @@ -72,7 +72,7 @@ a:visited { color: #5c9caf; } a:link.toc-backref, a:visited.toc-backref { text-decoration: none; - color: #111; /* `inherit' not supported by IE6 */ + color: #111; /* `inherit' is not supported by IE6 */ } div.admonition, div.attention, div.caution,