From fb822c0360e3d799062d9a88b316efd4cf34a817 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 1 Feb 2011 14:13:12 +0100 Subject: Add missing colon in blueview print color definition. --- blueview/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueview/style.css b/blueview/style.css index d36114b..d14cc6b 100644 --- a/blueview/style.css +++ b/blueview/style.css @@ -759,7 +759,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