Twenty Eleven: correct layout bug with showcase template and alt layout option; Props ocean90; Fixes #17415

git-svn-id: https://develop.svn.wordpress.org/trunk@18168 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Stewart 2011-06-06 14:58:16 +00:00
parent d87c00948b
commit 13286b28ad

View File

@ -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;
}