]> git.0d.be Git - panikweb.git/commitdiff
style: only use one column in lists for size < 970px
authorFrédéric Péters <fpeters@0d.be>
Sat, 28 Sep 2013 14:01:19 +0000 (16:01 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 28 Sep 2013 14:01:19 +0000 (16:01 +0200)
panikweb_templates/static/css/specifics.css

index 83c01f0f4f4bf4e0ad8d78fd86f2d501ad40640a..f95a62f1f2b81a2aa848b6f35f5a64f83db423f1 100644 (file)
@@ -963,14 +963,8 @@ h1.top#frequence {
 ul.newsSpecial{
        border-bottom:2px solid #ccc;
 }
-@media only screen and (max-width: 600px) {
-       .news .columns.by3{column-count: 1;     -webkit-column-count: 1;        -moz-column-count: 1;}
-       .news .columns.by3 .logo {
-               float:right;
-               max-width:50%;
-       }
-}
-@media (min-width: 800px) {
+@media only screen and (max-width: 970px) {
+       .columns {column-count: 1;      -webkit-column-count: 1;        -moz-column-count: 1;}
 }
 
 /****************************************************/