diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-11-23 11:05:46 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-11-23 11:05:46 +0000 |
commit | 8ee2abd5b7505837f839b0bdbf4d1ae8db1bfa8a (patch) | |
tree | 99c2dd1c3d859f88c8d263891ea543995e1779c1 /modules/system | |
parent | 6b08f590b15a7368264d7bb4c7f5204e0131079d (diff) | |
download | brdo-8ee2abd5b7505837f839b0bdbf4d1ae8db1bfa8a.tar.gz brdo-8ee2abd5b7505837f839b0bdbf4d1ae8db1bfa8a.tar.bz2 |
- Patch #99245 by m3avrck: make consistent use of url() in CSS files.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/admin.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/system/admin.css b/modules/system/admin.css index a95225b9b..a2f7b843a 100644 --- a/modules/system/admin.css +++ b/modules/system/admin.css @@ -74,13 +74,13 @@ table.system-status-report th { padding-bottom: 6px; } table.system-status-report tr.error th { - background-image: url('../../misc/watchdog-error.png'); + background-image: url(../../misc/watchdog-error.png); } table.system-status-report tr.warning th { - background-image: url('../../misc/watchdog-warning.png'); + background-image: url(../../misc/watchdog-warning.png); } table.system-status-report tr.ok th { - background-image: url('../../misc/watchdog-ok.png'); + background-image: url(../../misc/watchdog-ok.png); } /** |