Fix anchor not always being put at the right place

This commit is contained in:
Guillaume Gomez 2018-03-06 22:05:41 +01:00
parent 9e0ccc5a47
commit 89f4f1bca1

View File

@ -528,6 +528,9 @@ a {
.anchor.field {
left: -5px;
}
.small-section-header > .anchor {
left: -28px;
}
.anchor:before {
content: '\2002\00a7\2002';
}