~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: 2009-02-24 10:04:59 UTC
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: grantw@unimelb.edu.au-20090224100459-x60ajapgry08llcw
Fix CSS reference to topbar-hashes; it's slashes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
#ivleheader {
48
48
    position: absolute;
49
49
    background-color: #abf;
50
 
    background-image: url(../ivle.webapp.core/images/chrome/topbar-hashes.png);
 
50
    background-image: url(../ivle.webapp.core/images/chrome/topbar-slashes.png);
51
51
    background-repeat: repeat-x;
52
52
    padding: 0;
53
53
    border-bottom: 1px solid black;