summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-04-30 00:30:06 +0100
committerNick White <git@njw.me.uk>2010-04-30 00:30:06 +0100
commit5c60c02259dbcebfd732227a56fb445e2d0922f6 (patch)
tree82ec189f84a3348fb4e2712ddd2357b5d6a96b03 /includes
parentde5a6d39938d70b07ee7380839b1116dcf26b518 (diff)
downloadnjw-website-5c60c02259dbcebfd732227a56fb445e2d0922f6.tar.bz2
njw-website-5c60c02259dbcebfd732227a56fb445e2d0922f6.zip
More little nicities
Diffstat (limited to 'includes')
-rw-r--r--includes/style.css27
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; }