Template:Tooltip/styles.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
m 1 revision imported: styles.css also imported from enwiki.
m Protected "Template:Tooltip/styles.css": High-risk .css page used by a template. ([Edit=Allow only bureaucrats] (indefinite) [Move=Allow only bureaucrats] (indefinite) [Delete=Allow only bureaucrats] (indefinite) [Protect=Allow only bureaucrats] (indefinite))
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* {{pp-template}} */
.tooltip-dotted {
.tooltip-dotted {
border-bottom: 1px dotted;
border-bottom: 1px dotted;
cursor: help;
cursor: help;
}
}

Latest revision as of 06:29, 6 June 2024

.tooltip-dotted {
	border-bottom: 1px dotted;
	cursor: help;
}