Changeset 436 for trunk/css


Ignore:
Timestamp:
Nov 17, 2013 5:20:28 AM (10 years ago)
Author:
anonymous
Message:

Doing the min table cell width properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/admin2.inc.css

    r404 r436  
    9494#leftnav {
    9595/*     float: left; */
    96     width: 9em;
    97 /*     min-width: 9em; */
     96    min-width: 10em;
     97    width: 10em !important;
     98    _width: 10em;  /* IE6 hack */
    9899    margin: 0 0 10px 0;
    99100    padding: 0;
Note: See TracChangeset for help on using the changeset viewer.