MDL-35151 theme_anomaly: removed CSS selectors (.forumpost .content p) from style/general.php thus allowing YUI CSS to style paragraphs as normal.

This commit is contained in:
Mary Evans
2012-09-01 23:25:40 +01:00
parent 98157832bf
commit f4f8cf9a2d
+1 -2
View File
@@ -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;
}