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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2010-03-05 06:30:38 UTC
  • Revision ID: matt.giuca@gmail.com-20100305063038-lb8i3n26a7pswzc1
ivle.css: fakelink a elements now have the correct mouse pointer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    text-decoration: underline;
26
26
}
27
27
 
 
28
a.fakelink {
 
29
    cursor: pointer;
 
30
}
 
31
 
28
32
a img {
29
33
    border: none;
30
34
}