diff --git a/cinder/css/base.css b/cinder/css/base.css index 694c613..1c7e0c2 100644 --- a/cinder/css/base.css +++ b/cinder/css/base.css @@ -9,10 +9,14 @@ h1[id]:before, h2[id]:before, h3[id]:before, h4[id]:before, h5[id]:before, h6[id height: 75px; } -ul.nav li.main { +ul.nav li.first-level { font-weight: bold; } +ul.nav li.third-level { + padding-left: 12px; +} + div.col-md-3 { padding-left: 0; } diff --git a/cinder/toc.html b/cinder/toc.html index bb8fdcd..bf34030 100644 --- a/cinder/toc.html +++ b/cinder/toc.html @@ -1,9 +1,12 @@