MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
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 | span.dotted-underline { | ||
border-bottom: 1px dotted black; | border-bottom: 1px dotted black; | ||
cursor: help; | cursor: help; | ||
} | } |
Revision as of 09:35, 13 August 2024
/* CSS placed here will be applied to all skins */ span.dotted-underline { border-bottom: 1px dotted black; cursor: help; }