summaryrefslogtreecommitdiff
path: root/includes/style.css
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-04-29 09:42:34 +0100
committerNick White <git@njw.me.uk>2010-04-29 09:42:34 +0100
commitde5a6d39938d70b07ee7380839b1116dcf26b518 (patch)
treef40153ecde54ff2327cfff6b98e7c361c593c46f /includes/style.css
parent07b8dc7830fb845c3bd29d76a0c2bca8eff939b6 (diff)
downloadnjw-website-de5a6d39938d70b07ee7380839b1116dcf26b518.tar.bz2
njw-website-de5a6d39938d70b07ee7380839b1116dcf26b518.zip
A hundred tiny improvements
Diffstat (limited to 'includes/style.css')
-rw-r--r--includes/style.css19
1 files changed, 1 insertions, 18 deletions
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;
-}