Mercurial > python-for-js-programmers
changeset 25:3bf3050ef9a6
Fixed issues w/ stylesheet.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 05 Jun 2008 23:31:12 -0700 |
parents | dd7beb3cbb82 |
children | ae5c91bf890b |
files | PythonForJsProgrammers.css |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/PythonForJsProgrammers.css Thu Jun 05 23:22:46 2008 -0700 +++ b/PythonForJsProgrammers.css Thu Jun 05 23:31:12 2008 -0700 @@ -10,6 +10,11 @@ width: 640px; } +h1 a, h1 a:hover { + color: black; + text-decoration: none; +} + a { color: grey; text-decoration: none; @@ -17,4 +22,5 @@ a:hover { color: black; + text-decoration: underline; }