projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d65ca2
)
docs: avoid navbar hiding when jumping to in-page anchor
author
bep
<bjorn.erik.pedersen@gmail.com>
Fri, 22 May 2015 18:18:34 +0000
(20:18 +0200)
committer
bep
<bjorn.erik.pedersen@gmail.com>
Fri, 22 May 2015 18:18:22 +0000
(20:18 +0200)
docs/static/css/style.css
patch
|
blob
|
history
diff --git
a/docs/static/css/style.css
b/docs/static/css/style.css
index 66bb45b7ec04005a4700a3f60bc0b72c898c5309..89f4f1ecd825c0dee16dfbb963f39cf50f57b3d0 100755
(executable)
--- a/
docs/static/css/style.css
+++ b/
docs/static/css/style.css
@@
-109,6
+109,15
@@
h1,h2,h3,h4,h5{
font-weight: 400;
}
+
+h1[id]:before, h2[id]:before, h3[id]:before, h4[id]:before, h5[id]:before {
+ display: block;
+ content: " ";
+ margin-top: -75px;
+ height: 75px;
+ visibility: hidden;
+}
+
label{
font-weight: 300;
}