Skip to content
Snippets Groups Projects
Commit c195582c authored by julientaq's avatar julientaq Committed by Yannis Barlas
Browse files

tweak note callouts, footnotes line-height and page numbering

parent 7630b2e4
No related branches found
No related tags found
1 merge request!111Default fragment title when the fragment title is undefined
......@@ -1824,6 +1824,8 @@ section {
.dup:before {
content: counter(page) " ";
letter-spacing: 0px !important;
}
.booktitle {
......@@ -1845,6 +1847,8 @@ section {
.booktitle:after {
content: " " counter(page);
letter-spacing: 0px !important;
}
......@@ -1865,12 +1869,13 @@ section {
.folio:after {
content: counter(page);
letter-spacing: 0px !important;
}
/* layout body */
h1.ct + .cst , .dup + .cst {
.ct + .cst , .dup + .cst {
margin-top: -166px;
margin-bottom: 111px;
}
......@@ -2032,15 +2037,17 @@ sup {
font-size: 11px;
line-height: 15px;
}
/*
.footnote {
float: footnote;
}
*/
.inline-note-footer {
float: footnote;
font-size: 10px;
line-height: 1;
margin-top: 0;
margin-bottom: 0;
font-size: 11px;
line-height: 15px;
}
.inline-note-number {
......@@ -2098,4 +2105,8 @@ ol.none , ul.none {
cite {
display: block;
}
p.ct {
display: none;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment