Fixed bug where footnotes don't show up with JavaScript disabled
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user