Changeset 1342


Ignore:
Timestamp:
Jun 5, 2006, 4:39:18 PM (18 years ago)
Author:
chrisaga
Message:

merge from trunk r:1340:1341 into branch 1.6 (set legend height in template-common/default-layout.css)

Location:
branches/branch-1_6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/template-common/default-layout.css

    r1324 r1342  
    4242/* Category thumbnails on main page */
    4343#content UL.thumbnailCategories LI {
    44   width: 49.9%; /* 49.9% for 2 per line, 33.3% for 3 per line*/
     44  width: 49.9%;         /* 49.9% for 2 per line, 33.3% for 3 per line*/
    4545}
    4646
    47 /* display/hide thumbnails legend */
     47/* Set defaults for thumbnails legend */
    4848#content UL.thumbnails SPAN.thumbLegend {
    49   display: block;               /* display: none; if you don't want legend */
     49  display: block;       /* display: none; if you don't want legend */
     50  height: 4em;          /* legend height (don't set auto to be Gecko friendly)*/
    5051}
  • branches/branch-1_6/template/yoga/content.css

    r1317 r1342  
    3333#content UL.thumbnails SPAN.thumbLegend {
    3434  font-size: 80%;               /* font size */
    35   height: 3em;                  /* max legend height (don't set auto to be Geko friendly)*/
    3635  overflow: hidden;             /* oversized legend is clipped */
    3736}
Note: See TracChangeset for help on using the changeset viewer.