Mal:Wrap/styles.css: Forskjell mellom sideversjoner

Fra Wikisida.no
Hopp til navigering Hopp til søk
 
m (Én sideversjon ble importert)
 
(Ingen forskjell)

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;
}