[IMP] odoo style: better support HTML footnotes

This commit is contained in:
Olivier Dony 2019-08-08 04:00:08 +02:00
parent ce1465c38b
commit ea8a755001
No known key found for this signature in database
GPG Key ID: CD556E25E8A6D0D4

View File

@ -182,6 +182,30 @@ td,
th {
padding: 0;
}
/* footnotes */
.footnote-ref {
vertical-align: baseline;
position: relative;
top: -0.4em;
line-height: 0;
font-size: 90%;
}
.footnote {
margin: 15px 0;
width: 100%;
border: 1px solid #eee;
background: #fdfdfd;
font-size: 0.9em;
}
.footnote + .footnote {
margin-top: -15px;
border-top: none;
}
.footnote + :not(.footnote) {
margin-top: 1em;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,