Template:Nowrap/styles.css: Difference between revisions
From Research Realm
(hm) |
No edit summary |
||
Line 11: | Line 11: | ||
white-space: normal; | white-space: normal; | ||
} | } | ||
/* wm commons version | |||
.nowrap, | |||
.nowrap a:before, | |||
.nowrap .selflink:before { | |||
white-space: nowrap; | |||
} */ |
Latest revision as of 06:16, 15 September 2024
/* 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;
}
/* wm commons version
.nowrap,
.nowrap a:before,
.nowrap .selflink:before {
white-space: nowrap;
} */