summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlanksøgård <web-bsg@coreander.jones.dk>2007-11-04 13:21:41 +0100
committerBlanksøgård <web-bsg@coreander.jones.dk>2007-11-04 13:21:41 +0100
commit694afae07eb2b96ddb1233bcca79d86d7b65246c (patch)
tree1ba4e3086d1f255250bf42114084ab452cf2113a
parent407be8f0daeaa581b98ef641c25376050fdcf917 (diff)
Udseende: Mørkere baggrund. Smallere sidemargin. Farver skrevet som KamelOrd.
-rw-r--r--local.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/local.css b/local.css
index f87ef7c..59ea79b 100644
--- a/local.css
+++ b/local.css
@@ -3,12 +3,12 @@
/* Add local styling here, instead of modifying style.css. */
body {
- background-color: darkgrey;
+ background-color: DimGrey;
}
#container {
- background-color: white;
- margin: 10px 12%;
+ background-color: White;
+ margin: 10px 5%;
}
#branding-logo {
@@ -32,10 +32,10 @@ body {
text-decoration: none;
}
#sidebar ul li {
- color: darkorange;
+ color: DarkOrange;
}
#sidebar ul li a {
- color: darkred;
+ color: DarkRed;
}
#sidebar ul li a:hover {
text-decoration: underline;
@@ -49,7 +49,7 @@ body {
}
blockquote {
- background-color: lightgrey;
+ background-color: LightGrey;
}
div.pagedate {