aboutsummaryrefslogtreecommitdiff
path: root/test/lhs-test.html+lhs
diff options
context:
space:
mode:
authorMauro Bieg <[email protected]>2022-01-16 18:22:43 +0100
committerGitHub <[email protected]>2022-01-16 09:22:43 -0800
commit9e60142cc965a79aced702798966593950b000c0 (patch)
tree8ce56c79313ea8d3f421bde921b021ba2a3a6595 /test/lhs-test.html+lhs
parent7b8f8ceffefec6c17c62d7c2629756e2ab9a7bd6 (diff)
CSS in HTML template: adjust #TOC and h1 on mobile (#7835)
Diffstat (limited to 'test/lhs-test.html+lhs')
-rw-r--r--test/lhs-test.html+lhs9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs
index 4b37aca53..7198397d8 100644
--- a/test/lhs-test.html+lhs
+++ b/test/lhs-test.html+lhs
@@ -30,6 +30,9 @@
font-size: 0.9em;
padding: 1em;
}
+ h1 {
+ font-size: 1.8em;
+ }
}
@media print {
body {
@@ -134,6 +137,12 @@
#TOC li {
list-style: none;
}
+ #TOC ul {
+ padding-left: 1.3em;
+ }
+ #TOC > ul {
+ padding-left: 0;
+ }
#TOC a:not(:hover) {
text-decoration: none;
}