Add more links and put the link character to the left

This commit is contained in:
Guillaume Gomez
2017-09-17 22:11:37 +02:00
parent 1cdd68922d
commit e47279f512
2 changed files with 15 additions and 5 deletions

View File

@@ -288,6 +288,7 @@ nav.sub {
.docblock {
margin-left: 24px;
position: relative;
}
.content .out-of-band {
@@ -456,8 +457,13 @@ a {
}
.anchor {
display: none;
position: absolute;
left: -25px;
}
.anchor:after {
.anchor.field {
left: -20px;
}
.anchor:before {
content: '\2002\00a7\2002';
}
@@ -625,7 +631,9 @@ a.test-arrow:hover{
text-decoration: none;
}
.section-header:hover a:after {
.section-header:hover a:before {
position: absolute;
left: -25px;
content: '\2002\00a7\2002';
}