Ignore:
Timestamp:
Apr 9, 2012, 6:18:34 AM (12 years ago)
Author:
rvelices
Message:
  • css (removed unused, merge rules, simplified overly complicated selectors)
File:
1 edited

Legend:

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

    r13872 r14028  
    173173}
    174174
    175 TD.calDayHead {
    176   font-weight: bold;
    177   font-size: 12px;
    178         text-align: center;
    179 }
    180 
    181175.calImg {
    182176        overflow: hidden;
     
    249243}
    250244
    251 .thumbnailCategory DIV.illustration {
     245.illustration {/*also used by comment lists*/
    252246        text-align: left;
    253247        margin: 2px 0 0 2px;
     
    283277}
    284278
    285 .commentElement .illustration {
    286         text-align: left;
    287         margin: 2px 0 0 2px;
    288         float: left;
    289 }
    290 
    291279/* Thumbnails */
    292 .thumbnails SPAN.thumbLegend {
    293         overflow: hidden;/* oversized legend is clipped */
    294 }
    295280
    296281/* Thumbnail "elastic" layout */
     
    315300        vertical-align: middle;/* Ok with Opera and Geko not IE6 */
    316301        border-radius: 4px;     /* round corners with CSS3 compliant browsers */
    317         -moz-border-radius: 4px;        /* round corners with Geko */
    318         -webkit-border-radius: 4px; /* Safari webkit project */
    319 }
     302}
     303
    320304.thumbnails .wrap2 A {
    321305        display: block;
     
    323307}
    324308.thumbnails IMG {
    325         margin-bottom: -4px;  /* why ??? something wrong with Geko and Opera ignored by IE6*/
     309        vertical-align: middle;
     310}
     311
     312.thumbnails SPAN.thumbLegend {
     313        overflow: hidden;/* oversized legend is clipped */
     314        display: block;  /* display: none; if you don't want legend */
     315        height: 4em;    /* legend height (don't set auto to be Gecko friendly)*/
    326316}
    327317
     
    670660}
    671661
    672 /* Set defaults for thumbnails legend */
    673 .thumbnails SPAN.thumbLegend {
    674   display: block;  /* display: none; if you don't want legend */
    675   height: 4em;    /* legend height (don't set auto to be Gecko friendly)*/
    676 }
    677662
    678663/**
Note: See TracChangeset for help on using the changeset viewer.