diff --git a/Gemfile b/Gemfile index 7ed9ca7..bb1c5b9 100644 --- a/Gemfile +++ b/Gemfile @@ -89,7 +89,7 @@ # ------------------------------------------------ # CODE DOCUMENTATION -gem 'yard' +gem 'yard', '>= 0.9.11' gem 'redcarpet' diff --git a/Gemfile.lock b/Gemfile.lock index bde99fd..4ea0636 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -346,7 +346,7 @@ wkhtmltopdf-binary (0.12.3) xpath (2.0.0) nokogiri (~> 1.3) - yard (0.9.5) + yard (0.9.12) PLATFORMS ruby @@ -406,7 +406,7 @@ wicked_pdf wkhtmltopdf-binary yaml_db! - yard + yard (>= 0.9.11) RUBY VERSION ruby 2.2.2p95 diff --git a/lib/assets/stylesheets/bootstrap_and_overrides.css.less b/lib/assets/stylesheets/bootstrap_and_overrides.css.less index 11fcd58..12f5905 100644 --- a/lib/assets/stylesheets/bootstrap_and_overrides.css.less +++ b/lib/assets/stylesheets/bootstrap_and_overrides.css.less @@ -175,13 +175,14 @@ margin-right: 0px; } -#main-nav-tabs li.active a, #main-nav-tabs li.active a:active, #main-nav-tabs li a:hover, lang-dropdown-link:hover{ +#main-nav-tabs li.active a, #main-nav-tabs li.active a:active, #main-nav-tabs li a:hover, #main-nav-tabs .main_nav li .lang-dropdown-link:hover{ background-color: @orange_colour; color: @white_colour !important; font-weight: bold; border: 1px solid @orange_colour; padding: 4px 15px 4px 15px; text-decoration: none !important; + background-image: none; } .caret-orange { @@ -197,7 +198,7 @@ border-bottom-color: white!important; } -.lang-dropdown-link { +#main-nav-tabs .main_nav li .lang-dropdown-link { margin-bottom: 0!important; }