Ignore:
Timestamp:
Mar 27, 2012, 10:05:37 PM (12 years ago)
Author:
rvelices
Message:
  • remove unnecessary classes switchSelected switchUnselected (same effect acheved through visibility)
  • remove unused css
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/theme.css

    r13735 r13773  
    287287        overflow: auto;
    288288        /*width: inherit;*/
    289 }
    290 
    291 .commentElement .description H3 {
    292         text-align: left;
    293         background: transparent;
    294         margin: 0;
    295         padding: 0.1em;
    296         font-size: 120%;
    297289}
    298290
     
    383375
    384376.switchBox {
    385         padding: 0.5em 10px;
     377        padding: 0.5em 5px;
    386378        border-radius: 4px;
    387379        z-index: 100;
    388   text-align:left;
     380        text-align: left;
     381        position: absolute; /*left, right set through js*/
    389382}
    390383
     
    398391        clear: left;
    399392        text-align: center;
    400         position: relative; /*so that the drivative switch link is positioned relative to us*/
    401393}
    402394
Note: See TracChangeset for help on using the changeset viewer.