From 59935a4fbb0d2fcee75154d72a4ec06bbd439c29 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Wed, 17 Feb 2010 18:52:03 +0100 Subject: CSS: Refer to all external files with the version as query string This makes sure that these also get forced reloaded on a version change. --- data/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/style.css b/data/style.css index 50f50689..f74c4544 100644 --- a/data/style.css +++ b/data/style.css @@ -1145,7 +1145,7 @@ div#iv_view { /****** Icons *******/ .icons { - background: url(/f/icons.png) no-repeat; + background: url(/f/icons.png?$version$) no-repeat; width: 16px; height: 14px; margin: 0 2px 0 0; -- cgit v1.2.3