]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Prevent pagination LIs from overlapping when wrapping
authorSteve Clay <steve@mrclay.org>
Sun, 24 Mar 2013 23:07:27 +0000 (19:07 -0400)
committerSteve Clay <steve@mrclay.org>
Sun, 24 Mar 2013 23:07:27 +0000 (19:07 -0400)
views/default/css/elements/navigation.php

index 43da99dff59ed7a54d4520af1ec7779b39d958c3..49e36e494027b1d923da5d301f6dab2db3a4bcfd 100644 (file)
@@ -17,7 +17,6 @@
 }
 .elgg-pagination li {
        display: inline-block;
-       height: 16px;
        margin: 0 6px 0 0;
        text-align: center;
 }
@@ -25,7 +24,8 @@
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
-       
+
+       display: block;
        padding: 2px 6px;
        color: #4690d6;
        border: 1px solid #4690d6;