Module:Infobox Conflict/styles.css: Difference between revisions
Jump to navigation
Jump to search
Silverpg017 (talk | contribs) No edit summary Tag: Reverted |
Silverpg017 (talk | contribs) mNo edit summary Tag: Reverted |
||
| Line 16: | Line 16: | ||
.infobox .summary { | .infobox .summary { | ||
text-align: center; | text-align: center; | ||
} | |||
.infobox th.summary { | |||
border-top-left-radius: 5px; | |||
border-top-right-radius: 5px; | |||
} | } | ||
Revision as of 15:15, 21 March 2026
/* {{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;
}