Twenty Eleven: we need to be really specific about resetting the layout for smaller screen sizes

git-svn-id: https://develop.svn.wordpress.org/trunk@18175 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2011-06-07 00:40:33 +00:00
parent 56a3ed4539
commit 71a2b33796

View File

@ -2192,7 +2192,7 @@ p.comment-form-comment {
@media (max-width: 800px) {
/* Simplify the basic layout */
#content {
#main #content {
margin: 0 7.6%;
width: auto;
}
@ -2200,7 +2200,7 @@ p.comment-form-comment {
border-bottom: 1px solid #ddd;
margin-bottom: 1.625em;
}
#secondary {
#main #secondary {
float: none;
margin: 0 7.6%;
width: auto;