From ab2b8b65572aa2338411c98f68e41d7b0adcfd60 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 17 Sep 2012 19:00:23 +0200 Subject: different bg pattern --- module/web/static/css/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/web/static/css/default/style.css') diff --git a/module/web/static/css/default/style.css b/module/web/static/css/default/style.css index 9c56d2d6d..4694605da 100644 --- a/module/web/static/css/default/style.css +++ b/module/web/static/css/default/style.css @@ -17,7 +17,7 @@ body { font-family: 'Abel', sans-serif; font-size: 16px; color: #757575; - background: url("../../img/default/fancy_deboss.png") repeat scroll 0 0 transparent; + background: url("../../img/default/bgpattern.png") repeat scroll 0 0 transparent; min-width: 1000px; } -- cgit v1.2.3