Skip to content

Commit 99d1c9c

Browse files
committed
book.scss: limit table styling only to .book class
book.scss should only style inside the .book class.
1 parent 58628f3 commit 99d1c9c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/sass/book.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ ol.book-toc {
106106
padding: 5px;
107107
}
108108

109-
.book table.ref th:nth-child(1), td:nth-child(1) {
109+
.book table.ref th:nth-child(1),
110+
.book td:nth-child(1) {
110111
width: 25%;
111112
padding: 5px;
112113
}
@@ -170,4 +171,4 @@ ol.book-toc {
170171
.book-wrapper {
171172
margin-right: 0;
172173
}
173-
}
174+
}

0 commit comments

Comments
 (0)