diff --git a/styles/bootstrap/application.css b/styles/bootstrap/application.css index 1cd0f7dba..4ddbe25bd 100644 --- a/styles/bootstrap/application.css +++ b/styles/bootstrap/application.css @@ -111,6 +111,18 @@ div.statusbar a.btn { height: 20px; } +div.help h1 { + font-size: 24px; +} + +div.help h2 { + font-size: 18px; +} + +div.help h3 { + font-size: 16px; +} + @media (max-width: 480px) { .nav-tabs > li { float:none; diff --git a/views/bootstrap/class.Help.php b/views/bootstrap/class.Help.php index 5a209068e..3dbeceb4a 100644 --- a/views/bootstrap/class.Help.php +++ b/views/bootstrap/class.Help.php @@ -41,7 +41,7 @@ class SeedDMS_View_Help extends SeedDMS_Bootstrap_Style { $this->contentStart(); $this->pageNavigation(getMLText("help").": ".getMLText('help_'.strtolower($context), array(), $context), ""); - $this->contentContainerStart(); + $this->contentContainerStart('help'); $helpfile = "../languages/".$this->params['session']->getLanguage()."/help/".$context.".html"; if(file_exists($helpfile))