[IMP] odoo style: better support HTML footnotes
This commit is contained in:
parent
ce1465c38b
commit
ea8a755001
@ -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 {
|
||||
*,
|
||||
|
Loading…
Reference in New Issue
Block a user