Changing the references to images to /images as relative linking does not work
[treecutter.git] / style / turquoiseswirls / css / style.css
index 1d6aa4ef1bc45de5f19c08a3703653ad2bf3e5fe..5134ce8fbb355d2a467efb2513935e56d99515a3 100644 (file)
@@ -73,7 +73,7 @@ img.framed {
 header {
        height: 200px;
        position: relative;
-  background: url(images/roundedheader.png);
+  background: url(/images/roundedheader.png);
   margin-top: 10px;
 }
 
@@ -245,7 +245,7 @@ aside#right h3 {
 }
 
 aside ul {list-style-position: inside;
-list-style-image: url(images/redarrow.gif);}
+list-style-image: url(/images/redarrow.gif);}
 
 aside li {
        color: #696969;