Changeset 19823 for collections


Ignore:
Timestamp:
2009-06-12T16:03:27+12:00 (15 years ago)
Author:
ak19
Message:

Stylesheet modified with correct url locations so that the Cascading Stylesheets Example collection now works on Linux and Mac.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • collections/documented-examples/trunk/style-e/style/gs.css

    r19807 r19823  
    33   hard-coded, but this means that they are there for all styles). */
    44
    5 @import url(/web/style/style.css);
     5@import url(/greenstone/web/style/style.css);
    66
    77
    88body.bgimage {
    9    background: url("/web/images/chalk.gif") scroll repeat-y left top;
     9   background: url("/greenstone/web/images/chalk.gif") scroll repeat-y left top;
    1010 }
    1111
    12 div.navbar { background-image: url("/web/images/bg_green.png"); }
    13 div.divbar { background-image: url("/web/images/bg_green.png"); }
    14 a.navlink { background-image: url("/web/images/bg_off.png"); }
    15 a.navlink_sel { background-image: url("/web/images/bg_green.png"); }
    16 a.navlink:hover { background-image: url("/web/images/bg_on.png"); }
    17 p.bannertitle {background-image: url("/web/images/banner_bg.png"); }
    18 p.collectiontitle {background-image: url("/web/images/banner_bg.png"); }
     12div.navbar { background-image: url("/greenstone/web/images/bg_green.png"); }
     13div.divbar { background-image: url("/greenstone/web/images/bg_green.png"); }
     14a.navlink { background-image: url("/greenstone/web/images/bg_off.png"); }
     15a.navlink_sel { background-image: url("/greenstone/web/images/bg_green.png"); }
     16a.navlink:hover { background-image: url("/greenstone/web/images/bg_on.png"); }
     17p.bannertitle {background-image: url("/greenstone/web/images/banner_bg.png"); }
     18p.collectiontitle {background-image: url("/greenstone/web/images/banner_bg.png"); }
    1919
    2020
Note: See TracChangeset for help on using the changeset viewer.