changeset 9832 | 42ced358cbba |
parent 9808 | 0d65e191ac4c |
child 9833 | 5e936f248501 |
--- a/doc/style.css Tue Nov 10 22:27:31 2009 -0800 +++ b/doc/style.css Tue Nov 10 21:48:10 2009 +0900 @@ -12,7 +12,6 @@ margin: 0; padding: 0; font-family: sans-serif; - color: #111; } .document { @@ -72,7 +71,7 @@ a:visited { color: #5c9caf; } a:link.toc-backref, a:visited.toc-backref { text-decoration: none; - color: #111; /* `inherit' is not supported by IE6 */ + color: inherit; /* NOTE: `inherit' is not supported by IE6 */ } div.admonition, div.attention, div.caution,