Ignore:
Timestamp:
Oct 18, 2011, 6:44:44 AM (13 years ago)
Author:
rvelices
Message:

admin remove unused css rules + unused class names from html elements

File:
1 edited

Legend:

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

    r12479 r12482  
    802802UL.thumbnails SPAN,
    803803UL.thumbnails SPAN.wrap2 A,
    804 UL.thumbnails LABEL,
    805 .content DIV.thumbnailCategory DIV.illustration {
     804UL.thumbnails LABEL {
    806805  width: 140px;      /* max thumbnail width + 2px */
    807806}
    808 UL.thumbnails SPAN.wrap2,
    809 .content DIV.thumbnailCategory DIV.description {
     807UL.thumbnails SPAN.wrap2 {
    810808  height: 140px;    /* max thumbnail height + 2px */
    811809}
    812810
    813 
    814 /* Category thumbnails on main page */
    815 .content UL.thumbnailCategories LI {
    816   width: 49.7%;    /* 49.7% for 2 per line, 33.2% for 3 per line*/
    817 }
    818 
    819 /* Set defaults for thumbnails legend */
    820 UL.thumbnails SPAN.thumbLegend {
    821   display: block;  /* display: none; if you don't want legend */
    822   height: 4em;    /* legend height (don't set auto to be Gecko friendly)*/
    823 }
    824811
    825812.themeBox {display:inline-table; text-align:center; height:192px; background-color:#eee; margin:5px; -moz-border-radius:5px; overflow:hidden; }
Note: See TracChangeset for help on using the changeset viewer.