MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 50: | Line 50: | ||
border-top: 1px solid rgba(40,115,8,0.5); | border-top: 1px solid rgba(40,115,8,0.5); | ||
} | } | ||
.game-infobox tr:first-child th:first-child { | |||
border-top-left-radius: 6px; | |||
} | |||
.game-infobox tr:first-child th:last-child { | |||
border-top-right-radius: 6px; | |||
} | |||
.game-infobox tr:last-child td:first-child { | |||
border-bottom-left-radius: 6px; | |||
} | |||
.game-infobox tr:last-child td:last-child { | |||
border-bottom-right-radius: 6px; | |||
} | |||