list all ladders regardless of member count
[sc2-widget] / battle.css
index 103dc7c750c4ca00d4814c26f9cae4e052e83fc1..d18831fed0cc0f614445947cec7db5ecf402741e 100644 (file)
@@ -8,7 +8,7 @@ h1 {
        font: 700 1.2em Eurostile Extd,Source Sans Pro,sans-serif;
        text-transform: uppercase;
 }
-h2 {
+.ladders {
        font: 700 .8em Eurostile, sans-serif;
        text-transform: uppercase;
 }
@@ -32,10 +32,21 @@ small {
        font-size: 100%;
 }
 
+ul {
+       overflow: hidden;
+       padding: 0;
+       margin: 0;
+       list-style: none;
+}
+li {
+       float: left;
+       margin-right: .8em;
+}
+
 figure {
        text-align: center;
        display: inline-block;
-       margin: 0 .5em 0 0;
+       margin: 0;
 }
 figcaption {
        margin-top: .2ex;
@@ -46,15 +57,13 @@ img {
 }
 
 .rank:before {
-       background-image: url("https://static.starcraft2.com/dist/images/none.c8b435f5900fab1ac7981cc9b56f6f44.png");
-       background-repeat: no-repeat;
+       background: url("https://static.starcraft2.com/dist/images/none.c8b435f5900fab1ac7981cc9b56f6f44.png") no-repeat;
        background-position: -100px 0;
        width: 45px;
        height: 45px;
        display: inline-block;
        content: '';
        vertical-align: middle;
-       margin-right: .2em;
 }
 .rank.silver:before {
        background-image: url("https://static.starcraft2.com/dist/images/silver.57bb73a131314d657135d2acf533d5e5.png");