Make WordPress Core

Changeset 15035


Ignore:
Timestamp:
05/28/2010 04:35:31 PM (14 years ago)
Author:
ryan
Message:

Remove theme-options tag and allow wide attachments on pages. Props lancewillett. fixes #13595

File:
1 edited

Legend:

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

    r15012 r15035  
    55Author: the WordPress team
    66Version: 1.0
    7 Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
     7Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
    88*/
    99
     
    786786    max-width: 640px;
    787787}
    788 .single-attachment #content img {
     788#content .attachment img {
    789789    max-width: 900px;
    790790}
Note: See TracChangeset for help on using the changeset viewer.