MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


span.dotted-underline {
.dotted-underline {
     border-bottom: 1px dotted black;
     border-bottom: 1px dotted black;
     cursor: help;
     cursor: help;
Line 8: Line 8:
.nowrap {
.nowrap {
     white-space: nowrap;
     white-space: nowrap;
}
.wrap-anywhere {
    overflow-wrap: anywhere;
}
}