From 2de8d4818d780d11cee3d39b4d556705da808eb7 Mon Sep 17 00:00:00 2001 From: iandstewart Date: Mon, 6 Jun 2011 14:58:16 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyeleven/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index 5f5623620..c523c67e3 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -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; }