summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-02-01 14:13:12 +0100
committerJonas Smedegaard <dr@jones.dk>2013-10-12 18:00:59 +0200
commit0dc3c213e1eb49ac359be02feef42378e88bf523 (patch)
tree2ef0b5b5f8dcb557527b87aced7d4495f4d48b79
parenta6b047be4ea244715a4ae5182d7c469c8948c31c (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 ed8c28c..3efb027 100644
--- a/blueview/style.css
+++ b/blueview/style.css
@@ -821,7 +821,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, #enclosure, #comments, #pagebody {
margin-right: 0;