diff 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
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,