Changeset 11829


Ignore:
Timestamp:
2006-05-17T12:03:05+12:00 (18 years ago)
Author:
kjdon
Message:

removed span.collectiontitle[background] and span.bannertitle[background] cos no longer used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/images/style.css

    r11823 r11829  
    135135  margin: 0;
    136136}
    137 
    138 span.collectiontitle {
    139   position: relative;
    140   margin: 0 0 0 -47px;
    141 }
    142 
    143 span.collectiontitlebackground {
    144   background: #96c19b;
    145   padding: 8px 4px 12px 50px;
    146   margin: 0;
    147   color:#96c19b;
    148 }
    149 
    150 span.bannertitle{
    151   position: relative;
    152   padding: 8px 4px 12px 0;
    153   margin: 0 -50px 0 0;
    154  }
    155 
    156 
    157 span.bannertitlebackground {
    158   background: #96c19b;
    159   padding: 8px 4px 12px 50px;
    160   #margin: 0 -50px 0 0;
    161   margin: 0;
    162   color:#96c19b;
    163  }
    164 
    165137
    166138/* bg image set in style macro */
Note: See TracChangeset for help on using the changeset viewer.