X-Git-Url: http://git.shiar.nl/sc2-widget/blobdiff_plain/8fa3495ef2c5ea9cf57cda680cfc65b4404477cf..12f56f9cb78506076b690bae00531330ace88fd3:/battle.css?ds=sidebyside diff --git a/battle.css b/battle.css index 103dc7c..d18831f 100644 --- a/battle.css +++ b/battle.css @@ -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");