From 041c4324e505b6363324756226aafa5a633864ec Mon Sep 17 00:00:00 2001 From: Jamie McClelland Date: Fri, 5 Sep 2008 11:21:39 -0400 Subject: adding missing curly brace. --- website/local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/local.css b/website/local.css index afecdba..17ad1b3 100644 --- a/website/local.css +++ b/website/local.css @@ -22,7 +22,7 @@ body { font-size: 0.95em; } -*|*:visited +*|*:visited { color: #f6a464; } -- cgit v1.2.3 From 3a8b658ab1d952a40a7208828a710aba50847f1e Mon Sep 17 00:00:00 2001 From: Jamie McClelland Date: Fri, 5 Sep 2008 11:25:47 -0400 Subject: changing font size on h1 and h2 to be smaller. --- website/local.css | 2 ++ 1 file changed, 2 insertions(+) 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 { -- cgit v1.2.3