From 1229129ab5a17ed26da3f69c74c7efa9600c3e87 Mon Sep 17 00:00:00 2001 From: robiscool Date: Sun, 20 Dec 2009 15:24:54 -0800 Subject: snort-dev, change paths for images --- config/snort-dev/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/snort-dev/css') diff --git a/config/snort-dev/css/style.css b/config/snort-dev/css/style.css index f7d2136b..44568873 100644 --- a/config/snort-dev/css/style.css +++ b/config/snort-dev/css/style.css @@ -71,7 +71,7 @@ blockquote, q { quotes: "" ""; } th { background-color: #eee; - background: #eee url(images/icon-table-sort.png) no-repeat 2px 8px; + background: #eee url(/snort/images/icon-table-sort.png) no-repeat 2px 8px; padding: 4px 4px 4px 14px; } @@ -97,11 +97,11 @@ tr.altRow { } .sortedASC { - background: url(images/icon-table-sort-asc.png) no-repeat 2px 4px #eee; + background: url(/snort/images/icon-table-sort-asc.png) no-repeat 2px 4px #eee; } .sortedDESC { - background: url(images/icon-table-sort-desc.png) no-repeat 2px 10px #eee; + background: url(/snort/images/icon-table-sort-desc.png) no-repeat 2px 10px #eee; } .tableHeaderOver { -- cgit v1.2.3