Ignore:
Timestamp:
Apr 9, 2006, 2:21:18 PM (18 years ago)
Author:
chrisaga
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/template/yoga/content.css

    r1130 r1137  
    267267  list-style: none;
    268268  text-align: center;
     269  overflow: hidden;
     270  width: 100%;
     271}
     272
     273* html #content UL.thumbnailCategories {
     274  width: 99%; /* buggy IE box model */
    269275}
    270276
    271277#content UL.thumbnailCategories LI {
    272   width: 49.9%; /* 49.9% for 2 per line, 33.3% for 3 per line*/
    273278  margin:0;
    274279  padding:0;
     
    278283#content DIV.thumbnailCategory {
    279284  display:block;
    280   border: 1px solid #aaa;
    281   padding: 5px 0px 0px 4px;
     285  padding: 2px 0px 0px 2px;
    282286  margin: 5px;
    283287}
     
    285289#content DIV.thumbnailCategory DIV.description {
    286290  font-size: 90%;
     291  overflow: auto;
     292  width: inherit;
    287293}
    288294
    289295#content DIV.thumbnailCategory DIV.description H3 {
    290296  text-align: left;
    291   background: #eee;
     297  background: transparent;
    292298  margin: 0;
    293299  padding: 0.1em;
     
    301307#content DIV.thumbnailCategory DIV.illustration {
    302308  text-align: left;
    303   padding: 2px;
     309  margin: 2px 0 2px 2px;
    304310  float: left;
    305   width: 110px;   /* sorry, this is a very personal value :-( */
    306   height: 110px;
    307 }
     311}
Note: See TracChangeset for help on using the changeset viewer.