changeset 1046:d021c0bab1e1 cannam

Ensure changed fonts css is pulled (otherwise browsers will reuse old cached copy)
author Chris Cannam
date Thu, 15 Nov 2012 10:01:00 +0000
parents af23bcbbd911
children d8a8f6c99b26
files public/themes/soundsoftware/stylesheets/fonts-generic.css public/themes/soundsoftware/stylesheets/fonts-mac.css public/themes/soundsoftware/stylesheets/fonts-ms.css
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/public/themes/soundsoftware/stylesheets/fonts-generic.css	Tue Nov 13 15:38:19 2012 +0000
+++ b/public/themes/soundsoftware/stylesheets/fonts-generic.css	Thu Nov 15 10:01:00 2012 +0000
@@ -1,4 +1,4 @@
-@import url(fonts.css);
+@import url(fonts.css?2);
 
 h1, #project-ancestors-title, #top-menu a {
   font-family: Insider, 'Gill Sans', Tahoma, sans-serif;
--- a/public/themes/soundsoftware/stylesheets/fonts-mac.css	Tue Nov 13 15:38:19 2012 +0000
+++ b/public/themes/soundsoftware/stylesheets/fonts-mac.css	Thu Nov 15 10:01:00 2012 +0000
@@ -1,4 +1,4 @@
-@import url(fonts.css);
+@import url(fonts.css?2);
 
 h1, #project-ancestors-title, #top-menu a {
   font-family: Insider, "Lucida Grande", sans-serif;
--- a/public/themes/soundsoftware/stylesheets/fonts-ms.css	Tue Nov 13 15:38:19 2012 +0000
+++ b/public/themes/soundsoftware/stylesheets/fonts-ms.css	Thu Nov 15 10:01:00 2012 +0000
@@ -1,4 +1,4 @@
-@import url(fonts.css);
+@import url(fonts.css?2);
 
 /* IE likes us to separate out normal & bold into different fonts
    rather than use the selectors on the same font */