Skip to content

Commit

Permalink
Little CSS tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
An Phan committed Apr 17, 2017
1 parent 4dc5fe4 commit 236c824
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions styles/ebook.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ sup {
margin-left: 5px;
}

blockquote {
a[id^=reffn] {
font-size: .7em;
}

blockquote[id^=fn] {
border-left: 0 !important;
padding: 0;
color: inherit;
font-size: .9em !important;
border-left-width: 0 !important;
}

blockquote[id^=fn] sup {
top: 0;
}

0 comments on commit 236c824

Please sign in to comment.