Changeset 5505 for trunk/greenorg/images


Ignore:
Timestamp:
2003-09-16T17:03:47+12:00 (21 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

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

    r5503 r5505  
    33A:visited {color: darkgreen}
    44
    5 .nomargins {
    6     padding: 0 0 0 0;
    7     margin: 0 0 0 0;
     5.default {
     6      font-family: Arial,Helvetica,sans-serif;
     7      font-size: 14px;
     8      padding: 0 0 0 0;
     9      margin: 0 0 0 0;
     10}
     11
     12.title {
     13      font-weight: bold;
     14      font-size: 18px;
     15}
     16
     17.subheading {
     18      font-weight: bold;
     19      font-size: 16px;
    820}
    921
    1022.faq-title {
    11     font-weight: bold;
     23      font-weight: bold;
    1224}
     25
     26.ex_t:link {
     27      font-weight: bold;
     28      font-size: 14px;
     29      color: #96c19b;
     30}
     31
     32.ex_t:visited {
     33      font-weight: bold;
     34      font-size: 14px;
     35      color: #96c19b;
     36}
     37
     38.ex_d {
     39      font-size: 12px;
     40}
Note: See TracChangeset for help on using the changeset viewer.