MediaWiki:Common.css: Difference between revisions

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;
}
}