From f4f8cf9a2d5cf48eb3a7fafedbe13e94f74ab366 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Sat, 1 Sep 2012 23:04:08 +0100 Subject: [PATCH] MDL-35151 theme_anomaly: removed CSS selectors (.forumpost .content p) from style/general.php thus allowing YUI CSS to style paragraphs as normal. --- theme/anomaly/style/general.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/theme/anomaly/style/general.css b/theme/anomaly/style/general.css index d420e1e5220..d6951869be8 100644 --- a/theme/anomaly/style/general.css +++ b/theme/anomaly/style/general.css @@ -491,8 +491,7 @@ h1.headermain { padding-top: 10px; } -.forumpost .content .shortenedpost a, -.forumpost .content p { +.forumpost .content .shortenedpost a { margin: 0 10px; padding: 0; }