doc: fix language in CSS comments (by timeless)
authorMartin Geisler <mg@lazybytes.net>
Mon, 09 Nov 2009 23:47:24 +0100
changeset 9808 0d65e191ac4c
parent 9807 f359d4f528aa
child 9809 ce145bf2ca5e
doc: fix language in CSS comments (by timeless)
doc/style.css
--- 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,