From 9d0cc2cb4ca7b85ded563598c928d41fc2367fc5 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Fri, 30 Sep 2011 03:04:17 +0100 Subject: [PATCH] MDL-29323-FIX invalid border style --- theme/magazine/style/core.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/magazine/style/core.css b/theme/magazine/style/core.css index 80b0b278db8..d425b530092 100644 --- a/theme/magazine/style/core.css +++ b/theme/magazine/style/core.css @@ -709,7 +709,7 @@ td.author { } .forumpost .left { - + } .forumpost .left.picture { @@ -791,7 +791,7 @@ td.maincalendar table.calendartable th, table.rolecap .header,.generaltable .hea font-weight: 200; text-decoration: none; color: #fff !important; - border-top: 1px #ccc solid !important; + border-top: 1px solid #ccc !important; padding: 5px; }