summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;