Changeset 11719


Ignore:
Timestamp:
2006-04-27T13:23:15+12:00 (18 years ago)
Author:
shaoqun
Message:

changed bannerextra to get rid of extra spaces

File:
1 edited

Legend:

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

    r11639 r11719  
    2424}
    2525
     26
    2627/* this contains everything - all the other divs */
    2728#page {
     
    3031}
    3132
     33
    3234#banner {
    3335  margin-bottom: 5px;
     
    3840  text-align: right;
    3941}
     42
     43
    4044/* home, help, preferences links */
    4145p.bannerlinks {
     
    5963  white-space: nowrap;
    6064}
     65
     66
    6167/* the image for the collection, shown in the banner */
    6268div.collectimage {
     
    6571}
    6672/* make sure this is shown under the other divs (which may be floating) */
    67 div.bannerextra {clear:both;}
     73div.bannerextra {
     74   padding-bottom: 40px;
     75}
     76
    6877
    6978/* blankiconbar */
     
    7180  text-align: center;
    7281}
     82
     83
    7384
    7485/* bg image set in style macro */
     
    8596}
    8697
     98
    8799/* bg image set in style macro */
    88100div.divbar { /* for "select a collection" */
     
    94106  width: 100%; /* for ns4 */
    95107}
     108
     109
    96110p.navbar { /* opt navbar text inside a divbar div */
    97111  text-align: center;
     
    99113}
    100114
     115
    101116/* bg image set in style macro */
    102117span.navlink {
     
    104119  padding: 0 10px;
    105120}
     121
    106122
    107123/* bg image set in style macro */
     
    244260}
    245261
     262
Note: See TracChangeset for help on using the changeset viewer.