From 96ef7469bcf2a63873b55ea76522d1bcf7320c99 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 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; -- cgit v1.2.3