Skip to content

Commit eee1245

Browse files
committed
Fix support for TOCs.
1 parent 94e4fc4 commit eee1245

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/gum-sc/static/style.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,19 @@ a:focus { color: #34495E; }
208208
ul li { margin-left: 1em; }
209209
.headline { font-size: 200%; margin-left: 20%; width: 60%; }
210210

211-
table.docinfo {
211+
table.docinfo, contents {
212212
margin-left: 20%;
213213
width: 60%;
214214
}
215+
216+
.contents {
217+
margin-left: 20%;
218+
}
219+
.contents .topic-title {
220+
font-weight: bold;
221+
font-size: 120%;
222+
}
223+
215224
table.docinfo col.docinfo-name {
216225
width: 30%;
217226
}

0 commit comments

Comments
 (0)