diff options
author | Jamie McClelland <jm@mayfirst.org> | 2008-09-05 11:25:47 -0400 |
---|---|---|
committer | Jamie McClelland <jm@mayfirst.org> | 2008-09-05 11:25:47 -0400 |
commit | 3a8b658ab1d952a40a7208828a710aba50847f1e (patch) | |
tree | 394facbfad3cfe610b2349521140de41f388f0dc | |
parent | 041c4324e505b6363324756226aafa5a633864ec (diff) |
changing font size on h1 and h2 to be smaller.
-rw-r--r-- | website/local.css | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |