diff options
author | Nick White <git@njw.me.uk> | 2010-07-12 20:46:42 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-07-12 20:46:42 +0100 |
commit | 968ed8c488681ec25160645238822b9cace2415b (patch) | |
tree | 99a50bc69ca128e0ce252b1c548c8ae481227bd2 | |
parent | b531d55239e3c7d257eae3815123354ef089aef3 (diff) | |
download | njw-website-968ed8c488681ec25160645238822b9cace2415b.tar.bz2 njw-website-968ed8c488681ec25160645238822b9cace2415b.zip |
Make css saner
-rw-r--r-- | includes/style.css | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/includes/style.css b/includes/style.css index 4628fb4..f0053f1 100644 --- a/includes/style.css +++ b/includes/style.css @@ -8,14 +8,7 @@ p { text-align: justify; } div#footer { margin-top: 6ex; font-size: xx-small; border-top-width: thin; border-top-style: solid; } @media screen { body { font-family: sans-serif; max-width: 94%; } - a { text-decoration: none; } -} - -@media screen { - body { background-color: black; color: white; } - h1 { color: white; } - h2 { border-bottom-color: white; color: #ff44cc; } - a { border-bottom: thin dotted white; color: #ff44cc; } + a { text-decoration: none; border-bottom-width: thin; border-bottom-style: dotted; } + h2 a { border-bottom-style: none; } p, li { line-height: 1.3; } - div#footer { border-top-color: white; } } |