Ignore:
Timestamp:
May 20, 2008, 2:27:26 AM (16 years ago)
Author:
patdenice
Message:

Change all #content by .content in css files.
In tpl files, id="content" stay here for backward compatibilities.
Add some plugins triggers in index.tpl and picture.tpl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/fix-ie5-ie6.css

    r1900 r2352  
    88  width: 100%;  /* <- useless but seems to make IE6 happy */
    99}
    10 #content {
     10.content {
    1111  height: 1em;  /* for IE6 it's like min-height */
    1212}
    1313
    1414/* fix category thumbnails on main page */
    15 #content UL.thumbnailCategories {
     15.content UL.thumbnailCategories {
    1616  width: 99%;   /* buggy IE box model */
    1717}
Note: See TracChangeset for help on using the changeset viewer.