We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a304621 commit 836b313Copy full SHA for 836b313
index.html
@@ -159,7 +159,7 @@ <h2 id="titles">Titles</h2>
159
<div class="jump-button">
160
<a href="#">
161
<svg viewbox="0 0 24 20">
162
- <path d="M9 16h6v-6h4l-7-7-7 7h4zm-4">
+ <path d="M9 16h6v-6h4l-7-7-7 7h4z">
163
</svg>
164
</a>
165
</div>
main.css
@@ -124,6 +124,15 @@ td.center {
124
.toc {
125
background-color: lightgrey;
126
width: 200px;
127
+ padding-left: 0.5em;
128
+ padding-right: 0.5em;
129
+ padding-top: 0.5em;
130
+ padding-bottom: 0.5em;
131
+}
132
+
133
+.toc h3 {
134
+ margin: 0px;
135
+ padding: 0px;
136
}
137
138
.jump-button {
0 commit comments