You are here: Home CSS tooltip.css
Document Actions

tooltip.css

tooltip.css — CSS stylesheet, 0Kb

File contents

a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active {
	border-bottom-style: dashed ;
	border-bottom-width: 1px;
	border-bottom-color: #0000FF;
	text-decoration: none;
}
a.tooltip:hover {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	text-decoration: none;
}
Personal tools