Changeset 297


Ignore:
Timestamp:
Jan 25, 2010, 1:42:08 PM (14 years ago)
Author:
gav
Message:

Change link colours to blue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/main.css

    r286 r297  
    5858
    5959a:link, a:visited, a:hover {
    60     color: #666;
     60    color: #006dba;
    6161    font-weight: bold;
    6262    text-decoration: none;
     
    108108.appControl {
    109109    height: 2em;
     110}
     111.appControl a {
     112    color: #666;
    110113}
    111114
     
    488491
    489492.navigation li a {
    490     /* color: #fff; */
     493    color: #666;
    491494    /* background-color: #aaa; */
    492495    padding: 0.3em 0.75em 0;
Note: See TracChangeset for help on using the changeset viewer.