summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-05 11:31:23 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-05 11:31:23 -0400
commit3cf7b2a42a93a456102eab977d0cd25178663696 (patch)
tree95114b70fbc8eea8e91f54dfcebdbeea341e81cd
parentfa2aeb658c22784edbb5a890e5de648b41069252 (diff)
parent3a8b658ab1d952a40a7208828a710aba50847f1e (diff)
Merge commit 'jamie/master'
-rw-r--r--website/local.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/website/local.css b/website/local.css
index afecdba..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 {
@@ -22,7 +24,7 @@ body {
font-size: 0.95em;
}
-*|*:visited
+*|*:visited {
color: #f6a464;
}