Changeset 11154


Ignore:
Timestamp:
2006-01-27T17:45:30+13:00 (18 years ago)
Author:
jrm21
Message:

don't wrap text in the title (eg for short classifiers such as "titles a-z")

File:
1 edited

Legend:

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

    r11152 r11154  
    4646/* the image based on the page action */
    4747p.bannerimage {
    48     font-family: sans-serif, arial, helvetica;
    49     font-size: 24px;
    50     font-weight: bold;
    51     padding-top: 4px;
    52     padding-right: 4px;
    53     padding-bottom: 10px;
    54     margin-left: 40px;
    55     text-transform: lowercase;
    56     background: #96c19b;
    57     width: 40px;
    58     text-align: right;
     48  font-family: sans-serif, arial, helvetica;
     49  font-size: 24px;
     50  font-weight: bold;
     51  padding-top: 4px;
     52  padding-right: 4px;
     53  padding-bottom: 10px;
     54  margin-left: 10px;
     55  text-transform: lowercase;
     56  background: #96c19b;
     57  width: 40px;
     58  text-align: right;
     59  white-space: nowrap;
    5960}
    6061/* the image for the collection, shown in the banner */
Note: See TracChangeset for help on using the changeset viewer.