override.css 236 Bytes
Newer Older
moto's avatar
moto committed
1
2
3
4
5
6
7
8
/* Fix for bibtex reference */
dl.footnote.brackets > dt.label > span.brackets > a.fn-backref {
    position: inherit
}
/* Fix for bibtex back reference */
dl.footnote.brackets > dt.label > span.fn-backref > a {
    position: inherit
}