summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-06-15 13:59:12 +0200
committerJonas Smedegaard <dr@jones.dk>2011-06-15 13:59:12 +0200
commit96ef7469bcf2a63873b55ea76522d1bcf7320c99 (patch)
tree27d5a1375a6dcdc558fee4f1d1e482206cfb896e
parentb99b2035393b6663951c92f3361c4c31724bf385 (diff)
Add missing colon in goldtype print color definition.
-rw-r--r--goldtype/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/goldtype/style.css b/goldtype/style.css
index 56f4f21..e77efd6 100644
--- a/goldtype/style.css
+++ b/goldtype/style.css
@@ -763,7 +763,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;