From 927a1b04dc5205c5f967a8972cd88ae409925afa Mon Sep 17 00:00:00 2001 From: iandstewart Date: Tue, 7 Jun 2011 00:40:33 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyeleven/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index 9a7bc1add..78fabb180 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -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;