changeset 26:ae5c91bf890b

Modifications to CSS
author Atul Varma <varmaa@toolness.com>
date Thu, 05 Jun 2008 23:43:48 -0700
parents 3bf3050ef9a6
children dce1c0e80dfb
files PythonForJsProgrammers.css
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 {