File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- .anywhere-footnote -marker {
1
+ .afnote -marker {
2
2
vertical-align : super;
3
3
font-size : 100% ;
4
4
text-decoration : none;
5
5
}
6
6
7
- .anywhere-footnote -block {
7
+ .afnote -block {
8
8
text-decoration : none;
9
9
}
10
10
11
- .anywhere-footnote -hr-divider {
11
+ .afnote -hr-divider {
12
12
height : 1px ;
13
13
background-color : # ccc ; /* Standard gray color similar to default HR */
14
14
border : none;
15
15
margin : 0.5em 0 ; /* Standard HR margin */
16
16
width : 20% ;
17
17
}
18
18
19
- div .anywhere-footnote -horizontal dl {
19
+ div .afnote -horizontal dl {
20
20
display : grid;
21
21
grid-template-columns : 25px auto;
22
22
grid-column-gap : 1px ;
23
23
}
24
24
25
25
/* Force each dt and dd to be on the same line */
26
- div .anywhere-footnote -horizontal dl > dt ,
27
- div .anywhere-footnote -horizontal dl > dd {
26
+ div .afnote -horizontal dl > dt ,
27
+ div .afnote -horizontal dl > dd {
28
28
display : inline !important ;
29
29
vertical-align : top !important ;
30
30
margin : 0 !important ;
31
31
padding : 0 !important ;
32
32
}
33
33
34
34
/* Remove margins from paragraphs inside dd */
35
- div .anywhere-footnote -horizontal dl > dd p {
35
+ div .afnote -horizontal dl > dd p {
36
36
display : inline;
37
37
margin : 0 ;
38
38
padding : 0 ;
You can’t perform that action at this time.
0 commit comments