mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
56a3ed4539
commit
71a2b33796
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user