Changeset 41 for Dev/trunk/css


Ignore:
Timestamp:
07/22/11 17:48:14 (14 years ago)
Author:
fpvanagthoven
Message:

Logo is link. Surveys can be loaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/css/style.css

    r38 r41  
    3434}
    3535
    36 #logo {
     36#logo{
    3737    font-size: 2em;
    3838    font-weight: bold;
     
    4141    line-height: 2em;
    4242    text-shadow: 2px 2px 2px black;
     43}
     44
     45#logo a {
     46    text-decoration: none;
     47    color: white;
     48}
     49
     50#logo a:hover {
     51    text-decoration: underline;
    4352}
    4453
Note: See TracChangeset for help on using the changeset viewer.