changing font size on h1 and h2 to be smaller.
authorJamie McClelland <jm@mayfirst.org>
Fri, 5 Sep 2008 15:25:47 +0000 (11:25 -0400)
committerJamie McClelland <jm@mayfirst.org>
Fri, 5 Sep 2008 15:25:47 +0000 (11:25 -0400)
website/local.css

index 17ad1b3a04d7012fad975c815a39a72f31367984..c4b59e9160925806aa3828a2cb5f79cf91dd3a36 100644 (file)
@@ -5,6 +5,7 @@ h1 {
   display: block;
   font-weight: bold;
   padding: 0 0 0 10px;
+  font-size: 1.4em;
 }
 
 h2 {
@@ -14,6 +15,7 @@ h2 {
   display: block;
   font-weight: bold;
   padding: 0 0 0 10px;
+  font-size: 1.1em;
 }
 
 body {