Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Fix incorrect overflow on mobile (Closes #4). Fix missing footnotes (C…
Browse files Browse the repository at this point in the history
…loses #3)

pos:abs; on footnotes without a near parent causes them to invisibly overflow past .table-responsive
  • Loading branch information
zoffixznet committed Oct 18, 2015
1 parent 0286bce commit fd38b65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions template.html
Expand Up @@ -37,6 +37,7 @@
font-size: 18px;
-moz-border-radius: 15px;
border-radius: 15px;
position: relative;
}
.subsection {
padding-top: 1em;
Expand All @@ -49,6 +50,8 @@
.footnote_link {
font-size: 70%;
position: absolute;
top: 10px;
right: 55px;
}
.footnotes li { margin-bottom:0em; }
:target {
Expand Down

0 comments on commit fd38b65

Please sign in to comment.