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 */
|
/* leave some space between icons and text */
|
||||||
.icon, .footnotemarker {
|
.icon, img.footnotemarker {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
margin-left: 0.3em;
|
margin-left: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footnotemarker {
|
img.footnotemarker {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user