changeset 41:af7d50fc8cfd

CSS changes
author Atul Varma <varmaa@toolness.com>
date Fri, 06 Jun 2008 13:20:37 -0700
parents 741b0e6cd9ac
children 1b6fc390ffc7
files PythonForJsProgrammers.css
diffstat 1 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/PythonForJsProgrammers.css	Fri Jun 06 13:15:22 2008 -0700
+++ b/PythonForJsProgrammers.css	Fri Jun 06 13:20:37 2008 -0700
@@ -12,8 +12,12 @@
     line-height: 1.2em;
 }
 
+h1.title {
+    font-size: x-large;
+}
+
 h1 {
-    font-size: larger;
+    font-size: large;
 }
 
 h1 a {
@@ -21,6 +25,15 @@
     text-decoration: none;
 }
 
+h2 {
+    font-size: medium;
+}
+
+h2 a {
+    color: black;
+    text-decoration: none;
+}
+
 a {
     color: black;
     text-decoration: underline;