summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-02-01 14:13:12 +0100
committerJonas Smedegaard <dr@jones.dk>2011-02-01 14:13:12 +0100
commitfb822c0360e3d799062d9a88b316efd4cf34a817 (patch)
tree9b185f40e6830b6ff78e50b938b79be56c1221b9
parent565cad07b2eec60616a54588a131bc2459672ba6 (diff)
Add missing colon in blueview print color definition.
-rw-r--r--blueview/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/blueview/style.css b/blueview/style.css
index d36114b..d14cc6b 100644
--- a/blueview/style.css
+++ b/blueview/style.css
@@ -759,7 +759,7 @@ body {
padding: 1em 1em 1em 1em;
}
.pageheader .header span a, .pageheader .actions ul li a, .pageheader .header .parentlinks a {
- color #315485;
+ color: #315485;
}
#content, #comments, #pagebody {
margin-right: 0;