Changeset 856


Ignore:
Timestamp:
Aug 29, 2005, 10:00:48 PM (19 years ago)
Author:
chrisaga
Message:

Litle hack to make Geko align thumbnails on top
Smaller font for thumbnails legend (less wrapping for long category names)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/cclear/content.css

    r855 r856  
    4343  vertical-align: top;          /* OK with Opera and IE6 not Geko */
    4444  text-align: center;           /* to center the thumbnail and legend in Geko/Opera */
     45  font-size: 80%;
    4546}
    4647#content UL.thumbnails SPAN SPAN {
     
    6263#content UL.thumbnails IMG {
    6364  margin-bottom: -4px;  /* why ??? something wrong with Geko and Opera ignored by IE6*/
     65}
     66/* fix Geko's lack of good willing in vertical-align: top */
     67#content UL.thumbnails>LI>SPAN{
     68  height: 170px;        /* unfortunately min-height doesn't work here */
    6469}
    6570
Note: See TracChangeset for help on using the changeset viewer.