Make WordPress Core

Changeset 18168


Ignore:
Timestamp:
06/06/2011 02:58:16 PM (12 years ago)
Author:
iandstewart
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/style.css

    r18167 r18168  
    125125
    126126/* Showcase */
    127 .page-template-showcase-php #primary {
     127.page-template-showcase-php #primary,
     128.sidebar-content.page-template-showcase-php #primary {
    128129    margin: 0;
    129130}
    130 .page-template-showcase-php #content {
     131.page-template-showcase-php #content,
     132.sidebar-content.page-template-showcase-php #content {
    131133    margin: 0 7.6%;
    132134    width: auto;
Note: See TracChangeset for help on using the changeset viewer.