Changeset 11088


Ignore:
Timestamp:
2006-01-23T17:40:18+13:00 (18 years ago)
Author:
jrm21
Message:

use css to show navigation tab labels in lowercase

css for document heading (icons)

File:
1 edited

Legend:

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

    r10919 r11088  
    6767  font-weight: bold;
    6868  text-align: top;
     69  text-transform: lowercase;
    6970  border: 0;
    7071  width: 100%; /* for ns4 */
     
    115116span.textselect { white-space: nowrap; }
    116117
     118div.document div.heading {}
     119/* wide enough for 2 buttons side-by-side */
     120div.document div.buttons {
     121  width: 200px;
     122  float: left;
     123}
     124div.button {
     125  font-size: 11px;
     126  font-weight: bold;
     127  width: 100px; height: 30px;
     128  text-align: center;
     129  line-height: 1.2em;
     130  float: left;
     131}
     132span.button a { text-decoration: none; color: black; }
    117133
    118134div.section p {
Note: See TracChangeset for help on using the changeset viewer.