diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-20 11:37:57 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-20 11:37:57 +0100 |
commit | 4d478a3306d7b9ac3d24884fdb48dd7196e40eab (patch) | |
tree | b0efbd90c76bc9a582dbb876767a4c316bc6dfca /view | |
parent | 90dfa2ccaf0feeaccb836f878379bc701a8cbd9e (diff) | |
download | volse-hubzilla-4d478a3306d7b9ac3d24884fdb48dd7196e40eab.tar.gz volse-hubzilla-4d478a3306d7b9ac3d24884fdb48dd7196e40eab.tar.bz2 volse-hubzilla-4d478a3306d7b9ac3d24884fdb48dd7196e40eab.zip |
some changes to heading sizes to make some sense in the doco (this will undergo some refinement in the next release cycle when we possibly upgrade to bootstrap 4) and get rid of the accordion for now.
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 22 | ||||
-rw-r--r-- | view/tpl/help.tpl | 2 |
2 files changed, 19 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index c66b040a4..82fe99d2d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -42,18 +42,32 @@ main { max-width: $main_widthpx; } -h1, .h1, h2, .h2 { +h1, .h1 { + font-size: 2em; +} + +h2, .h2 { font-size: 1.667em; } -h3, .h3, h4, .h4 { +h3, .h3 { font-size: 1.334em; } -h5, .h5, h6, .h6 { - font-size: 0.75rem; +h4, .h4 { + font-size: 1em; + font-weight: bold; } +h5, .h5 { + font-size: 1em; +} + +h6, .h6 { + font-size: 0.75em; +} + + .jslider { font-family: sans-serif, arial, freesans; } diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl index 15d8548a3..494869683 100644 --- a/view/tpl/help.tpl +++ b/view/tpl/help.tpl @@ -3,7 +3,7 @@ <h2>{{$title}}: {{$heading}}</h2> </div> <div class="section-content-wrapper" id="doco-content"> - <h3 class="fakelink" id="doco-top-toc-heading"><span onclick="docoTocToggle(); return false;"> + <h3 id="doco-top-toc-heading"><span class="fakelink" onclick="docoTocToggle(); return false;"> <i class="fakelink fa fa-caret-right" id="doco-toc-toggle"></i> {{$tocHeading}} </span></h3> |