From: Jamie McClelland Date: Fri, 5 Sep 2008 15:25:47 +0000 (-0400) Subject: changing font size on h1 and h2 to be smaller. X-Git-Tag: monkeysphere_0.15-1~4^2 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=3a8b658ab1d952a40a7208828a710aba50847f1e;p=monkeysphere.git changing font size on h1 and h2 to be smaller. --- diff --git a/website/local.css b/website/local.css index 17ad1b3..c4b59e9 100644 --- a/website/local.css +++ b/website/local.css @@ -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 {