Skip to content

Commit 836b313

Browse files
Clean up some SVG/styling issues (#129)
1 parent a304621 commit 836b313

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h2 id="titles">Titles</h2>
159159
<div class="jump-button">
160160
<a href="#">
161161
<svg viewbox="0 0 24 20">
162-
<path d="M9 16h6v-6h4l-7-7-7 7h4zm-4">
162+
<path d="M9 16h6v-6h4l-7-7-7 7h4z">
163163
</svg>
164164
</a>
165165
</div>

main.css

+9
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,15 @@ td.center {
124124
.toc {
125125
background-color: lightgrey;
126126
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;
127136
}
128137

129138
.jump-button {

0 commit comments

Comments
 (0)