Template:Infobox valley/styles.css: Difference between revisions

Correct dark mode infobox colors
Prevent ordinary infobox labels from wrapping
Tag: Reverted
Line 366: Line 366:
color: #ff6b6b;
color: #ff6b6b;
}
}
}
/* Infobox label wrapping correction for VU infoboxes. */
.infobox .infobox-label {
white-space: nowrap;
}
}