Skip to content

Commit e932a4a

Browse files
committed
Fixed table of contents column count for mozilla
1 parent be52fa2 commit e932a4a

File tree

2 files changed

+35
-32
lines changed

2 files changed

+35
-32
lines changed

book.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ h2 a:hover, h3 a:hover {
165165
.main-content ul.simple {
166166
padding-left: 0;
167167
column-count: 3;
168+
-moz-column-count: 3;
169+
-webkit-column-count: 3;
168170
}
169171

170172
.main-content ul ul {

0 commit comments

Comments
 (0)