Twenty Eleven: make sure title-less widgets don't float into content for small screens; Props devinreams; Fixes #17423
git-svn-id: http://svn.automattic.com/wordpress/trunk@18048 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
24ca5b0064
commit
5b84f25408
|
@ -1534,6 +1534,7 @@ img#wpstats {
|
|||
font-size: 12px;
|
||||
}
|
||||
.widget {
|
||||
clear: both;
|
||||
margin: 0 0 2.2em;
|
||||
}
|
||||
.widget-title {
|
||||
|
|
Loading…
Reference in New Issue