Make WordPress Core

Changeset 15953


Ignore:
Timestamp:
10/24/2010 09:45:35 PM (16 years ago)
Author:
nacin
Message:

Don't let widget select boxes get cut off by the sidebar in Twenty Ten. props iandstewart, fixes #15114 for trunk.

File:
1 edited

Legend:

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

    r15950 r15953  
    10951095        margin-left: 1.3em;
    10961096}
     1097.widget-area select {
     1098        max-width: 100%;
     1099}
    10971100.widget_search #s {/* This keeps the search inputs in line */
    10981101        width: 60%;
Note: See TracChangeset for help on using the changeset viewer.