Make WordPress Core


Ignore:
Timestamp:
03/07/2008 10:05:54 AM (18 years ago)
Author:
matt
Message:

A number of style tweaks; widen up a little; starting to add contextual help to various forms; catching up unloved forms with new UI guidelines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/ie.css

    r7114 r7181  
    1515
    1616* html #wpbody {
    17     _width: expression(document.documentElement.clientWidth > 962 ? "960px" : "99.9%");
     17    _width: expression(document.documentElement.clientWidth > 962 ? "980px" : "99.9%");
    1818}
    1919
Note: See TracChangeset for help on using the changeset viewer.