Mal:Wrap/styles.css: Forskjell mellom sideversjoner
< Mal:Wrap
(fra enwiki en:MediaWiki:Common.css. For (eventuelt) mal:nowraplinks mal:nowrap mal:wrap og mal:wraplinks.) |
m (Én sideversjon ble importert) |
Siste sideversjon per 2. des. 2024 kl. 16:37
/* Prevent line breaks in silly places where desired (nowrap)
and links when we don't want them to (nowraplinks a) */
.nowrap,
.nowraplinks a {
white-space: nowrap;
}
/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
white-space: normal;
}