]> git.0d.be Git - panikdb.git/commitdiff
css: remove vendor prefixes
authorFrédéric Péters <fpeters@0d.be>
Tue, 7 Jul 2020 08:34:03 +0000 (10:34 +0200)
committerFrédéric Péters <fpeters@0d.be>
Tue, 7 Jul 2020 08:34:03 +0000 (10:34 +0200)
panikdb/static/css/style.scss

index 5ade30403808543501043d7f113e92edcf8884cf..71e1651285b5fb1253ee6a4e78343a2168ac3bc9 100644 (file)
@@ -137,8 +137,6 @@ span.add-on {
        color:#666666;
        background: white;
        color: black;
-       -webkit-border-radius: 4px;
-       -moz-border-radius: 4px;
        border-radius: 4px;
 }
 
@@ -173,20 +171,14 @@ margin: 1em 0;
 
 ul.emission-list {
   column-count: 4;
-  -moz-column-count: 4;
-  -webkit-column-count: 4;
 }
 
 ul.episode-list {
   column-count: 2;
-  -moz-column-count: 2;
-  -webkit-column-count: 2;
 }
 
 ul.newsitem-list {
   column-count: 2;
-  -moz-column-count: 2;
-  -webkit-column-count: 2;
 }
 
 .fileprogress {
@@ -242,8 +234,6 @@ a.actually-not-that-friendly:hover {
 
 div.two-columns ul.episode-list {
   column-count: 1;
-  -moz-column-count: 1;
-  -webkit-column-count: 1;
 }
 
 div.two-columns > div {
@@ -319,8 +309,6 @@ div.text {
 .pieces-list {
        padding: 1rem 2rem;
        background: white;
-       -webkit-column-width: 19em;
-       -moz-column-width: 19em;
        column-width: 19em;
 }
 
@@ -353,8 +341,6 @@ div.text {
 }
 
 .artists-list {
-       -webkit-column-width: 15em;
-       -moz-column-width: 15em;
        column-width: 15em;
 }