From 1deec439dc0f40e76488660b42ac178e27602548 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Mon, 12 Dec 2011 12:09:23 -0500 Subject: [PATCH] Fix headings Oops, forgot comma operators don't "stack". --- styles/christmas/level2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/christmas/level2.css b/styles/christmas/level2.css index 00b6c8f..1c0cd29 100644 --- a/styles/christmas/level2.css +++ b/styles/christmas/level2.css @@ -55,7 +55,7 @@ BODY { margin-right: 8pt; } -.newsBox H1,H2,H3,H4,H5,H6 { +.newsBox H1, .newsBox H2, .newsBox H3, .newsBox H4, .newsBox H5, .newsBox H6 { margin-left: 8pt; margin-right: 8pt; }