Changeset 11160


Ignore:
Timestamp:
2006-01-30T14:22:42+13:00 (18 years ago)
Author:
jrm21
Message:

changed style for class renamed from bannerimage to bannertitle.

File:
1 edited

Legend:

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

    r11154 r11160  
    3333  margin-bottom: 5px;
    3434}
    35 /* this div contains the bannerlinks and bannerimage paragraphs */
     35/* this div contains the bannerlinks and bannertitle paragraphs */
    3636div.pageinfo {
    3737  float: right;
     
    4444  font-weight: bold;
    4545}
    46 /* the image based on the page action */
    47 p.bannerimage {
     46/* the title set by the receptionist based on the page action */
     47p.bannertitle {
    4848  font-family: sans-serif, arial, helvetica;
    4949  font-size: 24px;
     
    168168  font-size: 11px;
    169169  font-weight: bold;
    170   height: 30px; /* for IE6, it will stretch if needed */
    171   text-align: center;
    172170  line-height: 1.2em;
    173171  background: #ffeecc;
    174172  margin: 1px;
    175173  border: 1px solid #eeddbb;
     174  text-align: center;
     175  vertical-align: middle;
     176  height: 30px; /* IE6 and NS4 treat width/height as min-width/min-height */
     177  width: 110px;
    176178}
    177179*>div.button { /* for other browsers - IE6 doesn't apply this */
    178180  height: auto;
     181  width: auto;
    179182  min-height: 30px;
    180 }
    181 span.button { vertical-align: middle; }
     183  min-width: 110px;
     184}
     185span.button {}
    182186span.button a { text-decoration: none; color: black; }
    183187span.button a:hover { /* IE6 doesn't do :hover for things that aren't <A> */
Note: See TracChangeset for help on using the changeset viewer.