Merge pull request #3006 from overleaf/jel-wiki-toc

Wiki table of contents style

GitOrigin-RevId: dc4584c1528d4aba8b35490c546986a5ee3bbe31
This commit is contained in:
Jessica Lawshe 2020-07-21 09:29:28 -05:00 committed by Copybot
parent 8f773318c1
commit d492fab10c

View file

@ -30,6 +30,18 @@
display: none;
}
.toctogglespan {
display: none;
}
.toc {
ul {
list-style: none;
.tocnumber::after {
content: '.';
}
}
}
table {
th,
td {
@ -99,7 +111,7 @@
* GeSHi Dynamically Generated Stylesheet
* --------------------------------------
* Dynamically generated stylesheet for latex
* CSS class: source-latex, CSS id:
* CSS class: source-latex, CSS id:
* GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann
* (http://qbnz.com/highlighter/ and http://geshi.org/)
* --------------------------------------