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