Template:Division champions block/styles.css: Difference between revisions
Appearance
Simplify champions row styling |
Add explicit spacing before podium player names |
||
| Line 1: | Line 1: | ||
.sw-podium-table { | |||
width: | width: auto; | ||
margin: 0 0 1em; | margin: 0 0 1em; | ||
} | } | ||
.sw-podium-table .sw-podium-place { | |||
width: 4.5em; | |||
white-space: nowrap; | |||
} | } | ||
.sw-podium-team { | |||
display: inline; | display: inline; | ||
} | } | ||
.sw-podium-team-players { | |||
margin-left: 0.25em; | |||
} | } | ||