File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
.anywhere-footnote-marker {
2
+ vertical-align : super;
2
3
font-size : 90% ;
3
4
text-decoration : none;
4
5
}
23
24
/* Force each dt and dd to be on the same line */
24
25
.anywhere-footnote-horizontal .dlist dt ,
25
26
.anywhere-footnote-horizontal .dlist dd {
26
- display : inline !important ;
27
- vertical-align : top !important ;
27
+ display : inline;
28
+ vertical-align : top;
28
29
}
29
30
30
31
/* Add a narrow gap between dt and dd */
31
32
.anywhere-footnote-horizontal .dlist dt {
32
- margin-right : 0.2em !important ;
33
+ margin-right : 0.2em ;
33
34
}
34
35
35
36
/* Force a line break after each dd */
36
37
.anywhere-footnote-horizontal .dlist dd {
37
- margin : 0 !important ;
38
- padding : 0 !important ;
38
+ margin : 0 ;
39
+ padding : 0 ;
39
40
}
40
41
41
42
/* Create a line break after each entry */
42
43
.anywhere-footnote-horizontal .dlist dd ::after {
43
44
content : '' ;
44
45
display : block;
45
- margin-bottom : 0.4 em ;
46
+ margin-bottom : 0.2 em ;
46
47
}
47
48
48
49
/* Remove margins from paragraphs inside dd */
49
50
.anywhere-footnote-horizontal .dlist dd p {
50
- display : inline !important ;
51
- margin : 0 !important ;
52
- padding : 0 !important ;
51
+ display : inline;
52
+ margin : 0 ;
53
+ padding : 0 ;
53
54
}
You can’t perform that action at this time.
0 commit comments