summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorBlanksøgård <bsg@coreander.jones.dk>2007-11-10 17:22:43 +0100
committerBlanksøgård <bsg@coreander.jones.dk>2007-11-10 17:22:43 +0100
commitddaea5841e63c8ce24b09b5fc8d2b2eec8ac9aa5 (patch)
treedb1c23003b2cd76b301a00e9a4cdd1593f17b76d /local.css
parentd0aa310ed4b412466249702d4f4e4411da93df69 (diff)
Udseende: Henvisninger sorte, og understreget i brødtekst.
Diffstat (limited to 'local.css')
-rw-r--r--local.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/local.css b/local.css
index 2df7ec6..be9e3d1 100644
--- a/local.css
+++ b/local.css
@@ -11,11 +11,10 @@ H1 {
font-family: sans-serif;
}
A {
- color: inherit;
- text-decoration: none;
+ color: Black;
}
A:visited {
- color: DimGrey;
+ color: Black;
}
A:hover {
color: #c03;
@@ -39,6 +38,9 @@ div.header SPAN {
text-transform: lowercase;
font-family: sans-serif;
}
+DIV.header A {
+ text-decoration: none;
+}
#sidebar {
float: left;
@@ -65,6 +67,9 @@ div.header SPAN {
#sidebar UL UL LI {
margin-left: 15%;
}
+DIV#sidebar A {
+ text-decoration: none;
+}
#content {
float: right;