diff options
author | Nick White <git@njw.me.uk> | 2010-04-30 00:30:06 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-04-30 00:30:06 +0100 |
commit | 5c60c02259dbcebfd732227a56fb445e2d0922f6 (patch) | |
tree | 82ec189f84a3348fb4e2712ddd2357b5d6a96b03 /includes | |
parent | de5a6d39938d70b07ee7380839b1116dcf26b518 (diff) | |
download | njw-website-5c60c02259dbcebfd732227a56fb445e2d0922f6.tar.bz2 njw-website-5c60c02259dbcebfd732227a56fb445e2d0922f6.zip |
More little nicities
Diffstat (limited to 'includes')
-rw-r--r-- | includes/style.css | 27 |
1 files changed, 4 insertions, 23 deletions
diff --git a/includes/style.css b/includes/style.css index 1382be0..46258df 100644 --- a/includes/style.css +++ b/includes/style.css @@ -1,26 +1,7 @@ /* See COPYING file for copyright, license and warranty details. */ -body { - font-family: sans-serif; - max-width: 75%; - margin: auto; -} - -h1 { - text-align: center; - font-size: 1.6em; -} - -h2 { - font-size: 1.2em; - font-weight: normal; - border-bottom: thin solid black; -} - +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; } a { text-decoration: none; } - -div#footer { - border-top: thin solid black; - margin-top: 6ex; - font-size: xx-small; -} +div#footer { border-top: thin solid black; margin-top: 6ex; font-size: xx-small; } |