From 5c60c02259dbcebfd732227a56fb445e2d0922f6 Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 30 Apr 2010 00:30:06 +0100 Subject: More little nicities --- includes/style.css | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) (limited to 'includes') 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; } -- cgit v1.2.3