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:
iandstewart 2011-06-06 14:58:16 +00:00
parent 33c3f9e3f8
commit 2de8d4818d
1 changed files with 4 additions and 2 deletions

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