aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-06-17 06:36:13 +0000
committerTed Kremenek <kremenek@apple.com>2008-06-17 06:36:13 +0000
commitc12f7dc59d6c762e70bccd2a56c278df40a9d356 (patch)
tree66c84d2ea4c2fa4bfe1c87c975182e9582c8ff63
parent3b61b1544cdd5eedd625a7c6aaba89e799548ab8 (diff)
Tweak font sizes.
Color <h3> light blue, <h2> a dark grey. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52385 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/content.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/content.css b/www/content.css
index 451221f199..115d26dfe2 100644
--- a/www/content.css
+++ b/www/content.css
@@ -1,12 +1,13 @@
html, body {
padding:0px;
- font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
+ font-size:12px; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
+ line-height:1.5;
}
-h1, h2, h3, tt { color: #000; line-height:1.1; }
+h1, h2, h3, tt { color: #000 }
-h2 { padding-top: 1em; }
-h3 { padding-top: 0.5em; margin-bottom: -0.25em; }
+h2 { color:#333333; padding-top:1em; }
+h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7}
li { padding-bottom: 0.5em; }
/* Slides */