Show HRs in posts, fixes #3291

git-svn-id: https://develop.svn.wordpress.org/trunk@4567 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2006-12-01 03:18:45 +00:00
parent 5e9ecfffb0
commit 9d7329cc68
1 changed files with 4 additions and 0 deletions

View File

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