Changeset 19114 for gsdl


Ignore:
Timestamp:
2009-04-20T15:03:29+12:00 (15 years ago)
Author:
kjdon
Message:

changed a couple of paths - these will probably be wrong anyway depending on how the users server is set up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/web/style/style-print.css

    r19113 r19114  
    5353span.navlink {
    5454  vertical-align: top;
    55   background-image: url("/images/bg_off.png");
     55  background-image: url("/web/images/bg_off.png");
    5656  padding: 0 10px;
    5757}
    5858span.navlink_sel {
    5959  vertical-align: top;
    60   background-image: url("/images/bg_selected.png");
     60  background-image: url("/web/images/bg_selected.png");
    6161  padding: 0 10px;
    6262}
    6363span.navlink:hover {
    64   background-image: url("/images/bg_on.png");
     64  background-image: url("/web/images/bg_on.png");
    6565}
    6666
Note: See TracChangeset for help on using the changeset viewer.