Changeset 580 for trunk/ipdb.css


Ignore:
Timestamp:
12/31/12 16:38:29 (11 years ago)
Author:
Kris Deugau
Message:

/trunk

Minor CSS cleanup while trying to tweak something else

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ipdb.css

    r544 r580  
    9292
    9393/* Defs for bulk-data rows */
    94 tr.header {
    95         background-color: #CCCCCC;
    96         font-family: Verdana, Arial, Helvetica, sans-serif;
    97 }
    9894/* for reasons of Please The Validation Gods, these may be applied to
    9995   things that are not technically table rows */
     
    221217
    222218.noshow {
    223         visibility: none;
     219        visibility: hidden;
    224220        height: 0;
    225221        width: 0;
Note: See TracChangeset for help on using the changeset viewer.