# HG changeset patch # User Atul Varma # Date 1212734628 25200 # Node ID ae5c91bf890b980a9eec7cf7e8be4c2b941b83bb # Parent 3bf3050ef9a679b5b536adb21d73ccbdfef6c635 Modifications to CSS diff -r 3bf3050ef9a6 -r ae5c91bf890b PythonForJsProgrammers.css --- a/PythonForJsProgrammers.css Thu Jun 05 23:31:12 2008 -0700 +++ b/PythonForJsProgrammers.css Thu Jun 05 23:43:48 2008 -0700 @@ -1,5 +1,5 @@ body { - font-family: palatino, georgia, verdana, arial, sans-serif; + font-family: helvetica neue, helvetica, arial, sans-serif; text-align: center; background: white; } @@ -8,6 +8,11 @@ text-align: left; margin: 0 auto; width: 640px; + line-height: 1.2em; +} + +h1 { + font-size: larger; } h1 a, h1 a:hover {