style: terse upto 79em, not 80em
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 4 Apr 2012 21:40:35 +0000 (23:40 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 10 Apr 2012 01:03:24 +0000 (03:03 +0200)
Avoid premature switch on various 1280px displays.

circus.css
dark.css
light.css
mono.css

index 19d5336b94278c85cf2452ae78ad477506f593f7..8f2c85c254fd682902ab8096e8177015f53be3ae 100644 (file)
@@ -1,5 +1,5 @@
 @import url(base.css);
-@import url(terse.css) all and (max-width: 80em);
+@import url(terse.css) all and (max-width: 79em);
 
 .l1       {background: #F77}
 .l1:hover a, .l1:hover a:visited,
index 4b0c8bdda67b2d62732f72eb050ff4a38096ec0d..2cfc111278eb2a6fe2e6931d4f17fffa75541d54 100644 (file)
--- a/dark.css
+++ b/dark.css
@@ -1,5 +1,5 @@
 @import url(base.css);
-@import url(terse.css) all and (max-width: 80em);
+@import url(terse.css) all and (max-width: 79em);
 
 body {
        background: #000;
index ae05d24cb844c647c5a9eb5d5f1d0cef7293e650..bf961fe83fca13a596a9ee04940d68b5d3f49ef9 100644 (file)
--- a/light.css
+++ b/light.css
@@ -1,3 +1,3 @@
 @import url(base.css);
-@import url(terse.css) all and (max-width: 80em);
+@import url(terse.css) all and (max-width: 79em);
 @import url(mono.css) all and (monochrome);
index e74458a90bba09fdec2cdaa4865109cd21b3e6c0..32a8733d5919c0c0178a4d372e6f7f52e81b0785 100644 (file)
--- a/mono.css
+++ b/mono.css
@@ -1,5 +1,5 @@
 @import url(base.css);
-@import url(terse.css) all and (max-width: 80em);
+@import url(terse.css) all and (max-width: 79em);
 
 a:active, a:visited:active,
 a:hover,  a:visited:hover {color: inherit}