Ignore:
Timestamp:
12 Oct 2006, 09:04:03 (18 years ago)
Author:
Henrik Bettermann
Message:

student's navigation modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/custom.css.dtml

    r503 r662  
    1313}
    1414
    15 table.registration a {
    16   text-decoration: none;
    17   color: black;
     15table.registration td a {
     16  white-space: nowrap;
     17  color: gray;
     18}
     19
     20table.registration td a:visited {
     21  white-space: nowrap;
     22  color: gray;
     23}
     24
     25table.registration td a:hover {
     26  text-decoration: underline;
     27  white-space: nowrap;
     28}
     29
     30table.registration td.active a {
     31  white-space: nowrap; 
     32  color: #00C600;
     33}
     34
     35table.registration td.active a:visited {
     36  white-space: nowrap; 
     37  color: #00C600;
     38}
     39
     40table.registration td.active a:hover {
     41  text-decoration: underline;
     42  white-space: nowrap; 
    1843}
    1944
Note: See TracChangeset for help on using the changeset viewer.