common: match version suffix for indirect stylesheet includes
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 4 Jun 2017 21:49:21 +0000 (23:49 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 17 Jul 2017 15:13:42 +0000 (17:13 +0200)
Avoid rerequests due to different filenames.

circus.css
common.inc.plp
dark.css
darklite.css
lite.css
mono.css
red.css

index 7be6f30d8cda4cd1716922a41ff8c62cd4bb0e63..aed61fcaed6f5eafbc58ccfc910d392c6e17cfae 100644 (file)
@@ -1,4 +1,4 @@
-@import url(light.css);
+@import url(light.css?1.10);
 
 .l1       {background: #F77}
 .l1:hover a, .l1:hover a:visited,
index cd0626a53d416f349758c24b3be306a00d63d76b..8fc60ef27f6710f3720a3d52ca4c2e24b5ebc594 100644 (file)
@@ -118,7 +118,7 @@ sub Html {
        unshift @{ $meta->{raw} }, stylesheet($meta->{stylesheet});
 
        push @{ $meta->{raw} }, (
-               '<link rel="stylesheet" type="text/css" media="monochrome" href="/mono.css" title="light">',
+               '<link rel="stylesheet" type="text/css" media="monochrome" href="/mono.css?1.10" title="light">',
        );
 
        # optional amends
index ae0ca4395009826492dc9be884535c189c92f077..e47db560bb823bf8c6dc6071ba63ebc136d9fcc3 100644 (file)
--- a/dark.css
+++ b/dark.css
@@ -1,4 +1,4 @@
-@import url(light.css);
+@import url(light.css?1.10);
 
 body {
        background: #000;
index deaa0cfb7c0cc5bed71de4135b4678e0dd84e928..b704627e5367831dc0d3a0c017a39bdb1f558cd9 100644 (file)
@@ -1,4 +1,4 @@
-@import url(dark.css);
+@import url(dark.css?1.10);
 
 th, td {
        border-color: #333;
index 9074b75e3783ad5cf4a0c25dde29d5fabef37ae4..269b0d623746ecf243d357533f05a504bd0d7f8b 100644 (file)
--- a/lite.css
+++ b/lite.css
@@ -1,4 +1,4 @@
-@import url(light.css);
+@import url(light.css?1.10);
 
 .pm, td.c-na       {background: #DFD}
 .po                {background: #EFC}
index 66c48558b69da0b5be234e92e4bb8a959d9c6e12..5879a4ca6fd4f0154c54609f3db61c9348779926 100644 (file)
--- a/mono.css
+++ b/mono.css
@@ -1,4 +1,4 @@
-@import url(light.css);
+@import url(light.css?1.10);
 
 a:active, a:visited:active,
 a:hover,  a:visited:hover {color: inherit}
diff --git a/red.css b/red.css
index 18ca495adbf1eff29d689a1354b710b6163a0308..f5763a1a065db0caa69b70d7cee74a12d84f7385 100644 (file)
--- a/red.css
+++ b/red.css
@@ -1,4 +1,4 @@
-@import url(light.css);
+@import url(light.css?1.10);
 
 body {
        background: #000;