aboutsummaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'testdata')
-rw-r--r--testdata/test.got.html23
1 files changed, 15 insertions, 8 deletions
diff --git a/testdata/test.got.html b/testdata/test.got.html
index 2ef0eeb..49751a9 100644
--- a/testdata/test.got.html
+++ b/testdata/test.got.html
@@ -377,6 +377,18 @@ h6 {
line-height: 1.0125em;
}
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ display: flex;
+ flex-direction: row-reverse;
+ justify-content: start;
+ padding-bottom: 0.5em;
+}
+
h1 small,
h2 small,
h3 small,
@@ -1060,15 +1072,11 @@ h3 > a.anchor,
h4 > a.anchor,
h5 > a.anchor,
h6 > a.anchor {
- position: absolute;
- z-index: 1001;
- width: 1.5ex;
- margin-left: -1.5ex;
- display: block;
+ font-weight: 400;
+ margin-left: 0.5ex;
text-decoration: none !important;
visibility: hidden;
- text-align: center;
- font-weight: 400;
+ z-index: 1001;
}
#content h1 > a.anchor::before,
@@ -1081,7 +1089,6 @@ h5 > a.anchor::before,
h6 > a.anchor::before {
content: "\00A7";
font-size: 0.85em;
- display: block;
padding-top: 0.1em;
}