Changeset 14572 for greenstone3


Ignore:
Timestamp:
2007-09-25T16:09:53+12:00 (17 years ago)
Author:
qq6
Message:

updated styles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/classic/style/classic.css

    r14419 r14572  
    261261  border:none;
    262262}
     263
     264div#documentinfo {
     265  float:left;
     266  padding-right: 10px;
     267  margin:0;
     268 }
     269
     270ul#docbuttons li {
     271  display: block;
     272  font-size: 11px;
     273  font-weight: bold;
     274  background: #f7e7c5;
     275  margin: 1px;
     276  border: 1px solid #eeddbb;
     277  text-align: center;
     278  vertical-align: middle;
     279  height: 30px; /* IE6 and NS4 treat width/height as min-width/min-height */
     280   
     281}
     282
     283div#toc{
     284 float: left;   
     285}
     286
     287ul#tocnodes li{
     288 margin: 0;
     289 padding: 5px 0 0 0;
     290 display:block;
     291}
     292
     293ul.tocnode {
     294  margin:0;
     295  padding:5px 0 0 20px;
     296}
     297
     298ul.tocnode  a{
     299 margin: 0;
     300 padding:0 5px 0 0;
     301 }
     302
     303span.bold{
     304  font-weight: bold;       
     305}
Note: See TracChangeset for help on using the changeset viewer.