Ignore:
Timestamp:
2007-01-15T09:51:23+13:00 (17 years ago)
Author:
nzdl
Message:

added a new style for the collections that don't have a collection image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/interfaces/default/style/core.css

    r13549 r13610  
    147147  height: 45px;
    148148  border: 1px solid black;
    149   background-image: url("../images/banner_bg.png");
     149  background-image: url("../images/collectimg_bg.png");
    150150  background-repeat: repeat-y;
    151151  overflow:hidden;
    152152}
    153153
     154ul#collectionlist li a.noimage{
     155  display: block;
     156  margin:0;
     157  padding: 5px 0 0 5px;
     158  width: 145px;
     159  height: 40px;
     160  border: 1px solid black;
     161  background-image: url("../images/collectimg_bg.png");
     162  background-repeat: repeat-y;
     163  overflow:hidden;
     164
     165}
    154166
    155167ul#collectionlist li a{
    156   font-size: 24px;
     168  font-size: 14px;
    157169  color: #000000;
    158170  text-decoration: none; 
     171  font-weight: bold;
    159172}
    160173
Note: See TracChangeset for help on using the changeset viewer.