Ignore:
Timestamp:
Aug 14, 2014 8:29:47 AM (10 years ago)
Author:
anonymous
Message:

Small bugs fixed while doing SBImedia

File:
1 edited

Legend:

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

    r456 r485  
    4040.sc-clearboth { clear: both; }
    4141.sc-help { color: #999; font-weight: normal; }
    42 .sc-hidden { display: none; visibility: hidden; }
     42.sc-hidden { display: none; }
    4343.sc-monospaced { font-family: monospace; }
    4444.sc-padleft { padding-left: 10px; }
    4545.sc-padright { padding-right: 10px; }
     46.sc-marginleft { margin-left: 10px; }
     47.sc-marginright { margin-right: 10px; }
    4648.sc-right { text-align: right; }
    4749.sc-normal { font-weight: normal; }
    4850.sc-nowrap { white-space: nowrap; }
    4951.sc-dim {
    50     filter:alpha(opacity=25);
    51     -moz-opacity:.25;
    52     opacity:.25;
     52    filter:alpha(opacity=33);
     53    -moz-opacity:.33;
     54    opacity:.33;
    5355}
    5456.sc-note:hover { cursor: help; }
Note: See TracChangeset for help on using the changeset viewer.