From 5c9571c9472658bf104d715b53844cb4d527b395 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 15 Jun 2011 13:59:12 +0200 Subject: Add missing colon in goldtype print color definition. --- goldtype/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goldtype/style.css b/goldtype/style.css index 3656fd9..ab2216d 100644 --- a/goldtype/style.css +++ b/goldtype/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; -- cgit v1.2.3