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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iandstewart 2011-06-07 00:40:33 +00:00
parent 667fe521ec
commit 927a1b04dc
1 changed files with 2 additions and 2 deletions

View File

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