Changeset 6179 for static


Ignore:
Timestamp:
Aug 12, 2008, 6:44:38 PM (17 years ago)
Author:
RIck van der Zwet
Message:

Configuration and code are glued into each other. First attempt to 'unglue' stuff a bit

Location:
static
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • static/exodus.css

    r6178 r6179  
    5656        font-size : 16px;
    5757        color : White;
    58                 background-image : url("/site_media/topmenu.png");
     58                background-image : url("/exodus/static/topmenu.png");
    5959                background-position : bottom;
    6060                width : 644px;
     
    7272
    7373TD.menu2l {
    74                 background-image : url("/site_media/topmenu_left.png");
     74                background-image : url("/exodus/static/topmenu_left.png");
    7575                background-position : top;
    7676                width : 8px;
     
    7979
    8080TD.menu2r {
    81                 background-image : url("/site_media/topmenu_right.png");
     81                background-image : url("/exodus/static/topmenu_right.png");
    8282                background-position : top;
    8383                width : 8px;
     
    8888                font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    8989                font-size : 12px;
    90                 background-image : url("/site_media/background.png");
     90                background-image : url("/exodus/static/background.png");
    9191                background-position : 0;
    9292                width : 644px;
Note: See TracChangeset for help on using the changeset viewer.