summaryrefslogtreecommitdiff
path: root/goldtype
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-02-01 14:13:12 +0100
committerJonas Smedegaard <dr@jones.dk>2021-03-24 12:11:34 +0100
commit08e220de5dd8cb3645d1e75fd07941e65ee28fc5 (patch)
tree28833d5bde72dff51c13c9a5ac80e3af746eb1dd /goldtype
parent2524ebded1517b3f146cbc6af0e03a24fc2abad9 (diff)
fix add missing colon in print color definition for themes blueview and goldtype
Diffstat (limited to 'goldtype')
-rw-r--r--goldtype/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/goldtype/style.css b/goldtype/style.css
index f758a25..b9305d3 100644
--- a/goldtype/style.css
+++ b/goldtype/style.css
@@ -865,7 +865,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;