diff options
author | robiscool <robrob2626@yahoo.com> | 2009-12-20 15:24:54 -0800 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2009-12-20 15:24:54 -0800 |
commit | 1229129ab5a17ed26da3f69c74c7efa9600c3e87 (patch) | |
tree | ff43d775e10d104ec7020fd2f537408eeae788e6 /config/snort-dev/css | |
parent | 8bfa4233a80998196b1c14e1750b63d386c91a1a (diff) | |
download | pfsense-packages-1229129ab5a17ed26da3f69c74c7efa9600c3e87.tar.gz pfsense-packages-1229129ab5a17ed26da3f69c74c7efa9600c3e87.tar.bz2 pfsense-packages-1229129ab5a17ed26da3f69c74c7efa9600c3e87.zip |
snort-dev, change paths for images
Diffstat (limited to 'config/snort-dev/css')
-rw-r--r-- | config/snort-dev/css/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |