]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
[fix] display problem with smartphone and Baggy #610
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 8 Apr 2014 20:33:28 +0000 (22:33 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 8 Apr 2014 20:33:28 +0000 (22:33 +0200)
themes/baggy/css/main.css

index 0dd552de3cd471510dc9b02ee638f0c89dafdcea..e4c62a10da0fe029914c9ecdf0ce1705b66159c7 100755 (executable)
@@ -352,10 +352,10 @@ footer a {
   letter-spacing:normal;
   box-shadow: 0 3px 7px rgba(0,0,0,0.3);
   display: inline-block;
-  width: 32%!important;
+  width: 32%;
   margin-bottom: 1.5em;
   vertical-align: top;
-  margin-left: 1.5%!important;
+  margin-left: 1.5%;
   position: relative;
   overflow: hidden;
   padding: 1.5em 1.5em 3em 1.5em;
@@ -492,7 +492,7 @@ footer a {
   }
 
 .entrie:nth-child(3n+1) {
-  margin-left: 0!important;
+  margin-left: 0;
 }
 
 .results {