Clear content. Props ocean90 iandstewart. fixes #13642

git-svn-id: https://develop.svn.wordpress.org/trunk@15089 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-06-01 15:32:15 +00:00
parent e2407a19fc
commit bfa26cba69
1 changed files with 7 additions and 1 deletions

View File

@ -658,6 +658,10 @@ div.menu li {
.page-link a:hover { .page-link a:hover {
color: #FF4B33; color: #FF4B33;
} }
.page .edit-link {
clear: both;
display: block;
}
#entry-author-info { #entry-author-info {
background: #F2F7FC; background: #F2F7FC;
border-top: 4px solid #000; border-top: 4px solid #000;
@ -900,7 +904,9 @@ div.menu li {
/* =Comments /* =Comments
-------------------------------------------------------------- */ -------------------------------------------------------------- */
#comments {
clear: both;
}
#comments .navigation { #comments .navigation {
padding: 0 0 18px 0; padding: 0 0 18px 0;
} }