~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/coremedia/ivle.css

  • Committer: William Grant
  • Date: 2010-02-15 06:40:24 UTC
  • Revision ID: grantw@unimelb.edu.au-20100215064024-uq0mubakfsjssmy0
Redo link CSS: now a lighter blue, no underline except for :hover, and no style at all for non-link <a>s.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    font-size: 0.95em;
17
17
}
18
18
 
19
 
a {
20
 
    color: navy;
 
19
a:link, a:visited, a:hover, a:active {
 
20
    color: #0033aa;
 
21
    text-decoration: none;
 
22
}
 
23
 
 
24
a:hover {
21
25
    text-decoration: underline;
22
 
    cursor: pointer;
23
 
}
24
 
a:hover, a:active, a:focus {
25
 
    color: blue;
26
26
}
27
27
 
28
28
a img {