Show HRs in posts, fixes #3291
git-svn-id: http://svn.automattic.com/wordpress/trunk@4567 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
089a4da361
commit
76f6a1cbf2
|
@ -253,6 +253,10 @@ body {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post hr {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.widecolumn .post {
|
.widecolumn .post {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue