From de5a6d39938d70b07ee7380839b1116dcf26b518 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 29 Apr 2010 09:42:34 +0100 Subject: A hundred tiny improvements --- includes/footer.xml | 9 ++------- includes/header-index.xml | 16 ---------------- includes/header.xml | 7 +++---- includes/style.css | 19 +------------------ 4 files changed, 6 insertions(+), 45 deletions(-) delete mode 100644 includes/header-index.xml (limited to 'includes') diff --git a/includes/footer.xml b/includes/footer.xml index 58f2471..9604247 100644 --- a/includes/footer.xml +++ b/includes/footer.xml @@ -1,13 +1,8 @@ diff --git a/includes/header-index.xml b/includes/header-index.xml deleted file mode 100644 index d6cb771..0000000 --- a/includes/header-index.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - TITLE - - - - - - - - - diff --git a/includes/header.xml b/includes/header.xml index 0b90e1f..d96175d 100644 --- a/includes/header.xml +++ b/includes/header.xml @@ -1,13 +1,12 @@ - + - TITLE - - + + diff --git a/includes/style.css b/includes/style.css index 84ec65b..1382be0 100644 --- a/includes/style.css +++ b/includes/style.css @@ -19,25 +19,8 @@ h2 { a { text-decoration: none; } -a:hover { color: #5555dd; } - -p a:hover { text-decoration: underline; } - div#footer { border-top: thin solid black; - margin: 6ex auto 1ex; + margin-top: 6ex; font-size: xx-small; } - -div#copyright { - border: thin solid #777; - background-color: #eee; - color: black; - padding: 0.4ex 1em; - margin: auto 2%; -} - -div#copyright p { - margin-top: 0.2ex; - margin-bottom: 0.2ex; -} -- cgit v1.2.3