diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-02-01 14:13:12 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-03-24 12:11:34 +0100 |
commit | 08e220de5dd8cb3645d1e75fd07941e65ee28fc5 (patch) | |
tree | 28833d5bde72dff51c13c9a5ac80e3af746eb1dd | |
parent | 2524ebded1517b3f146cbc6af0e03a24fc2abad9 (diff) |
fix add missing colon in print color definition for themes blueview and goldtype
-rw-r--r-- | blueview/style.css | 2 | ||||
-rw-r--r-- | goldtype/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/blueview/style.css b/blueview/style.css index 2e48074..785683e 100644 --- a/blueview/style.css +++ b/blueview/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; 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; |