MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
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 */ | ||
.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; | |||
} | } |
Revision as of 12:33, 16 August 2024
/* CSS placed here will be applied to all skins */ .dotted-underline { border-bottom: 1px dotted black; cursor: help; } .nowrap { white-space: nowrap; } .wrap-anywhere { overflow-wrap: anywhere; }