mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
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:
parent
667fe521ec
commit
927a1b04dc
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user