Changeset 11885


Ignore:
Timestamp:
2006-05-30T13:46:09+12:00 (18 years ago)
Author:
shaoqun
Message:

style.css has been mistakenly updated, changed it back

File:
1 edited

Legend:

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

    r11878 r11885  
    44  background: #ffffff;
    55  #color: #000000;
    6   color:teal;
    76}
    87
     
    4140/* this div contains the bannerlinks and bannertitle paragraphs */
    4241div.pageinfo {
    43   float: left;
    44   text-align: left;
     42  float: right;
     43  text-align: right;
    4544  padding: 0;
    4645  margin:0 0 3px 0;
     
    6867  background-repeat: repeat-y;
    6968  background-position: top right;
    70   color:blue;
    71 }
     69 }
    7270
    7371p.collectiontitle {
     
    8482
    8583a.collectiontitle {
    86   #color: black;
    87   color:blue;
     84  color: black;
    8885  text-decoration: none;
    8986}
     
    9188/* the image for the collection, shown in the banner */
    9289div.collectimage {
    93   text-align: right;
     90  text-align: left;
    9491  #height: 100%; /* for IE5/6 to make containing div the full height */
    95   float: right;
     92  float: left;
    9693  width: 45%;
    9794  padding:0;
Note: See TracChangeset for help on using the changeset viewer.