Skip to content

Commit

Permalink
Style "Contents" on front page like a chapter title
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 19, 2020
1 parent dd360c5 commit fc362be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/MLS.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,12 @@ a:hover { text-decoration: underline; }
/* Undo the ltx-report.css setting that destroys parskip.sty style paragraphs.
*/
.ltx_para > .ltx_p:first-child { text-indent: 0; }

/* Treat heading for table of contents on front page as it it were a chapter title,
* by settings same style for .ltx_title_chapter in ltx-report.css.
*/
.ltx_document .ltx_TOC h6 {
font-size: 200%;
font-weight: bold;
margin-bottom: 1em;
}

0 comments on commit fc362be

Please sign in to comment.