Fixed bug where footnotes don't show up with JavaScript disabled

This commit is contained in:
lorilee
2010-07-14 12:42:29 -07:00
parent 9badb87f1a
commit b63b7552d0

View File

@@ -353,13 +353,13 @@ img.lightbulb {
}
/* leave some space between icons and text */
.icon, .footnotemarker {
.icon, img.footnotemarker {
vertical-align: middle;
margin-right: 0.3em;
margin-left: 0.3em;
}
.footnotemarker {
img.footnotemarker {
display: none;
}