Module:Infobox Conflict/styles.css
Jump to navigation
Jump to search
/* {{pp-template}} */
@media all and (min-width:720px) {
.desktop-float-right {
box-sizing: border-box;
float: right;
clear: right;
}
}
.infobox td,
.infobox th {
word-wrap: break-word;
overflow-wrap: break-word; /* modern CSS */
}
.infobox .summary {
text-align: center;
}
.infobox th.summary {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}