Twenty Eleven: correct layout bug with showcase template and alt layout option; Props ocean90; Fixes #17415
git-svn-id: http://svn.automattic.com/wordpress/trunk@18168 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
33c3f9e3f8
commit
2de8d4818d
|
@ -124,10 +124,12 @@ body {
|
|||
}
|
||||
|
||||
/* Showcase */
|
||||
.page-template-showcase-php #primary {
|
||||
.page-template-showcase-php #primary,
|
||||
.sidebar-content.page-template-showcase-php #primary {
|
||||
margin: 0;
|
||||
}
|
||||
.page-template-showcase-php #content {
|
||||
.page-template-showcase-php #content,
|
||||
.sidebar-content.page-template-showcase-php #content {
|
||||
margin: 0 7.6%;
|
||||
width: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue