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) No edit summary Tag: Reverted |
||
| Line 12: | Line 12: | ||
word-wrap: break-word; | word-wrap: break-word; | ||
overflow-wrap: break-word; /* modern CSS */ | overflow-wrap: break-word; /* modern CSS */ | ||
} | |||
.infobox .summary { | |||
text-align: center; | |||
} | } | ||
Revision as of 12:46, 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;
}