diff --git a/_less/screen.less b/_less/screen.less index c3d1d344..50dbfad1 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -763,29 +763,26 @@ table td,table th{ position:relative; text-align: left; } +.toccontent h2, +.toccontent h3, +.toccontent h4, +.toccontent h5, +.toccontent h6{ + color:#383838; + margin-top: 40px; + margin-bottom: 0; +} .toccontent h2{ font-size:150%; - color:#383838; - margin-top: 30px; - margin-bottom: 0; } .toccontent h3{ font-size:130%; - color:#383838; - margin-top: 30px; - margin-bottom: 0; } .toccontent h4{ font-size:110%; - color:#383838; - margin-top: 30px; - margin-bottom: 0; } .toccontent h5,.toccontent h6{ font-size:100%; - color:#383838; - margin-top: 30px; - margin-bottom: 0; } .toccontent img{ max-width:100%; @@ -807,6 +804,9 @@ table td,table th{ } .toccontent .subhead-links{ visibility: hidden; + font-size: 85%; + height: 18px; + padding-top: 7px; } .toccontent:hover .subhead-links{ visibility: visible;