From c0e49a3e6c85e98746da2daa11c017c954dc8a7e Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Mon, 23 Jan 2012 17:30:55 -0800 Subject: [PATCH] Css uses correct path --- static/atom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/atom.css b/static/atom.css index 67d051ba9..f48ef5840 100644 --- a/static/atom.css +++ b/static/atom.css @@ -9,7 +9,7 @@ body { } #app-horizontal { - background-image: url(images/linen.png); + background-image: url(static/images/linen.png); display: -webkit-box; min-height: 100%; -webkit-box-orient: horizontal;