Commit c84a61b2

mo khan <mo@mokhan.ca>
2013-06-01 15:52:25
fix path to image in css
1 parent 9793f80
Changed files (1)
app
assets
stylesheets
app/assets/stylesheets/custom.css.scss
@@ -39,7 +39,7 @@ footer #footer-floor {
 .marketing {
   margin-bottom: 20px;
   margin-top: 30px;
-  background: url("/assets/linen-light-blue.jpg") repeat scroll left top transparent;
+  background: image-url("linen-light-blue.jpg") repeat scroll left top transparent;
     border-bottom: 1px solid #BFD0E1;
     border-top: 1px solid #BFD0E1;
     box-shadow: -1px -1px 0 #FFFFFF inset, 1px 1px 0 #FFFFFF inset;