bin/template/content/styles/screen.scss in scholarmarkdown-2.4.0 vs bin/template/content/styles/screen.scss in scholarmarkdown-2.5.0
- old
+ new
@@ -396,7 +396,12 @@
}
tbody th {
text-align:left;
}
+// Hide table of contents in screen-mode
+ol.index-entries {
+ display: none;
+}
+
@import "shared.scss";
@import "shared_override.scss";