Make WordPress Core

Changeset 13179


Ignore:
Timestamp:
02/17/2010 07:05:39 PM (15 years ago)
Author:
iammattthomas
Message:

Adding single-column, no sidebar page template to twentyten. See #9015

Location:
trunk/wp-content/themes/twentyten
Files:
1 added
1 edited

Legend:

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

    r13061 r13179  
    6363
    6464/*
    65 LAYOUT: Two-Column (Right)
     65LAYOUT: Two columns
    6666DESCRIPTION: Two-column fixed layout with one sidebar right of content
    6767*/
     
    8787    clear: both;
    8888    width: 100%;
     89}
     90
     91/*
     92LAYOUT: One column, no sidebar
     93DESCRIPTION: One centered column with no sidebar
     94*/
     95
     96.onecolumn #content {
     97    margin: 0 auto;
     98    width: 640px;
    8999}
    90100
Note: See TracChangeset for help on using the changeset viewer.