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:
nacin 2011-01-19 19:56:54 +00:00
parent 4ca193fb7f
commit 266b772e9c

View File

@ -640,6 +640,7 @@ div.menu li {
width: 33%;
}
.page-link {
clear: both;
color: #000;
font-weight: bold;
margin: 0 0 22px 0;