Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make =head1 stand out more in ToC
  • Loading branch information
gfldex committed Jul 11, 2016
1 parent b351406 commit 010af75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/sass/style.scss
Expand Up @@ -485,6 +485,7 @@ table#TOC {
tr.toc-level-1 {
td {
padding-top: 4pt;
font-weight: bold;
}

td.toc-text {
Expand Down
3 changes: 2 additions & 1 deletion html/css/style.css
Expand Up @@ -379,7 +379,8 @@ table#TOC {
position: relative;
left: 6pt; }
table#TOC tr.toc-level-1 td {
padding-top: 4pt; }
padding-top: 4pt;
font-weight: bold; }
table#TOC tr.toc-level-1 td.toc-text {
position: relative;
left: 0; }
Expand Down

0 comments on commit 010af75

Please sign in to comment.