MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 51: | Line 51: | ||
} | } | ||
.game-infobox tr:first-child th:first-child { | .game-infobox tr:first-child th:first-child { | ||
border-top-left-radius: | border-top-left-radius: 4px; | ||
} | } | ||
.game-infobox tr:first-child th:last-child { | .game-infobox tr:first-child th:last-child { | ||
border-top-right-radius: | border-top-right-radius: 4px; | ||
} | } | ||
.game-infobox tr:last-child td:first-child { | .game-infobox tr:last-child td:first-child { | ||
border-bottom-left-radius: | border-bottom-left-radius: 4px; | ||
} | } | ||
.game-infobox tr:last-child td:last-child { | .game-infobox tr:last-child td:last-child { | ||
border-bottom-right-radius: | border-bottom-right-radius: 4px; | ||
} | } | ||