Jump to content

MediaWiki:Common.css: Difference between revisions

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: 6px;
   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: 6px;
   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: 6px;
   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: 6px;
   border-bottom-right-radius: 4px;
}
}