Clear floats before page links in Twenty Ten. props chipbennett, fixes #16178.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17331 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4ca193fb7f
commit
266b772e9c
|
@ -640,6 +640,7 @@ div.menu li {
|
|||
width: 33%;
|
||||
}
|
||||
.page-link {
|
||||
clear: both;
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
margin: 0 0 22px 0;
|
||||
|
|
Loading…
Reference in New Issue