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:
matt 2006-12-01 03:18:45 +00:00
parent 089a4da361
commit 76f6a1cbf2

View File

@ -253,6 +253,10 @@ body {
text-align: justify;
}
.post hr {
display: block;
}
.widecolumn .post {
margin: 0;
}