From e674fa39fc150bc867b214629506671c0b7b2546 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Mar 02 2018 17:40:37 +0000 Subject: fix breadcrumbs and sidemenu --- diff --git a/_stylesheets/asciibinder.css b/_stylesheets/asciibinder.css index f6f7c38..dff4ea9 100644 --- a/_stylesheets/asciibinder.css +++ b/_stylesheets/asciibinder.css @@ -220,11 +220,12 @@ h6 > a.anchor:hover { .nav-header ul { font-size: 14px; + padding-left:1em; } .nav-header ul li a { display: block; - padding: 5px 20px 5px 25px; + padding: 3px 0px 4px 7px; font-size: 13px; font-weight: normal; } @@ -235,8 +236,8 @@ h6 > a.anchor:hover { width: 14px; } -.nav-sidebar li a { - color: inherit; +.docs-sidebar li a { + color: #555; } .nav-sidebar li a:hover { diff --git a/_templates/_breadcrumb.html.erb b/_templates/_breadcrumb.html.erb index 1ea6788..70a9e5e 100644 --- a/_templates/_breadcrumb.html.erb +++ b/_templates/_breadcrumb.html.erb @@ -1,6 +1,6 @@ <%- navigation.each do |topic_group| -%> <%- if topic_id.start_with?(topic_group[:id]) %> -
  • <%= topic_group[:name] %>
  • <%- else -%> -