Improved tooltip for JavaScript-enabled browsers (superscripts changed to icons)

This commit is contained in:
lorilee
2010-07-13 17:46:22 -07:00
parent 5ad3a70718
commit 38434e77fd

View File

@@ -352,11 +352,16 @@ img.lightbulb {
}
/* leave some space between icons and text */
.icon {
.icon, .footnotemarker {
vertical-align: middle;
margin-right: 0.3em;
margin-left: 0.3em;
}
.footnotemarker {
display: none;
}
/* no extra space in table cells */
td .icon {
margin: 0;