summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2011-11-02 03:34:41 (EDT)
committer P. J. McDermott <pjm@nac.net>2011-11-02 03:34:41 (EDT)
commit1b0619f0d5e65ac1abb1bfe53b247f6d549d0622 (patch)
treee7b45f0a8da9354c93dceaa6d5a32065bbd6382f /main.css
parentd9ae65ef612020c3cd9a9532d756e84f3d7bfad2 (diff)
downloadwww-1b0619f0d5e65ac1abb1bfe53b247f6d549d0622.zip
www-1b0619f0d5e65ac1abb1bfe53b247f6d549d0622.tar.gz
www-1b0619f0d5e65ac1abb1bfe53b247f6d549d0622.tar.bz2
Adjust font sizes.
Diffstat (limited to 'main.css')
-rw-r--r--main.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/main.css b/main.css
index 728eb0a..041c3eb 100644
--- a/main.css
+++ b/main.css
@@ -3,8 +3,19 @@ body {
padding: 0px;
background-color: #FFEECC;
}
-h1, h2, h3, h4, h5, h6, p {
+* {
margin: 0px;
+}
+h1 {
+ font-size: 24pt;
+}
+h2 {
+ font-size: 20pt;
+}
+h3 {
+ font-size: 16pt;
+}
+p {
font-size: 12pt;
}
a {
@@ -15,7 +26,7 @@ a:hover {
color: #111188;
text-decoration: underline;
}
-span.super {
+p span.super {
vertical-align: 33%;
font-size: 9pt;
}
@@ -28,7 +39,6 @@ div.header a.skip {
}
div.header h1 {
font-family: serif;
- font-size: 24pt;
}
div.header h1 span.super {
vertical-align: 33%;