diff options
author | Nick White <git@njw.me.uk> | 2010-05-06 21:02:28 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-05-06 21:02:28 +0100 |
commit | ae3a2c07a68cb94a197c453d7c674e1deb313316 (patch) | |
tree | 5ef8ace63a3e24ce0e8b29d02cb21ba1655f309e /includes | |
parent | 811ea2b33524993fcbe0c204c5b5a047586ebd1b (diff) | |
download | njw-website-ae3a2c07a68cb94a197c453d7c674e1deb313316.tar.bz2 njw-website-ae3a2c07a68cb94a197c453d7c674e1deb313316.zip |
Add h3 style
Diffstat (limited to 'includes')
-rw-r--r-- | includes/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/style.css b/includes/style.css index 46258df..507957e 100644 --- a/includes/style.css +++ b/includes/style.css @@ -3,5 +3,6 @@ body { font-family: sans-serif; width: 45em; max-width: 85%; margin: auto; } h1 { text-align: center; font-size: 1.6em; } h2 { font-size: 1.2em; font-weight: normal; border-bottom: thin solid black; } +h3 { font-size: 1.1em; font-weight: normal; text-align: center; } a { text-decoration: none; } div#footer { border-top: thin solid black; margin-top: 6ex; font-size: xx-small; } |