# HG changeset patch # User Atul Varma # Date 1212733872 25200 # Node ID 3bf3050ef9a679b5b536adb21d73ccbdfef6c635 # Parent dd7beb3cbb82bb927120f70994b6d34861774630 Fixed issues w/ stylesheet. diff -r dd7beb3cbb82 -r 3bf3050ef9a6 PythonForJsProgrammers.css --- 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; }