Changeset 11738


Ignore:
Timestamp:
2006-04-28T15:03:44+12:00 (18 years ago)
Author:
shaoqun
Message:

add new span tag for bannertitle

Location:
branches/gsdl-2_70-distribution-branch/gsdl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/gsdl-2_70-distribution-branch/gsdl/images/style.css

    r11726 r11738  
    3737  float: right;
    3838  text-align: right;
    39 }
     39  padding: 0em;
     40  margin:0em;
     41}
     42
    4043/* home, help, preferences links */
    4144p.bannerlinks {
     
    4346  font-size: 10pt;
    4447  font-weight: bold;
    45 }
     48  padding: 0;
     49  margin: 0em;
     50}
     51
    4652/* the title set by the receptionist based on the page action */
    4753p.bannertitle {
     
    4955  font-size: 24px;
    5056  font-weight: bold;
    51   padding-top: 4px;
    52   padding-right: 4px;
    53   padding-bottom: 10px;
    54   margin-left: 10px;
     57  padding: 4px 0 10px 0;
     58  margin: 20px 0 0 0;
    5559  text-transform: lowercase;
    56   background: #96c19b;
    57   width: 40px;
    5860  text-align: right;
    5961  white-space: nowrap;
    6062}
     63
     64span.bannertitle {
     65  background: #96c19b;
     66  padding: 4px 4px 10px 0;
     67}
     68
     69
    6170/* the image for the collection, shown in the banner */
    6271div.collectimage {
  • branches/gsdl-2_70-distribution-branch/gsdl/macros/nav_css.dm

    r11375 r11738  
    113113_imagescript_ {}
    114114
    115 _bannertitle_ {_If_(_imagethispage_,<p class="bannertitle">_imagethispage_</p>)}
     115_bannertitle_ {_If_(_imagethispage_,<p class="bannertitle"><span class="bannertitle">_imagethispage_</span></p>)}
    116116
    117117package home
Note: See TracChangeset for help on using the changeset viewer.