diff --git a/_custom/custom.css b/_custom/custom.css index 7c686a35..7bab9e3c 100644 --- a/_custom/custom.css +++ b/_custom/custom.css @@ -84,8 +84,6 @@ } .trigger { - display: block; - font-size: 110%; color: rgba(255, 255, 255, 0.75); line-height: 2.5; position: relative; @@ -95,12 +93,7 @@ .trigger:after { content: '▾'; - display: block; font-family: FontAwesome; - font-size: 70%; - position: absolute; - right: 1.618em; - top: 6px; } .trigger:hover { diff --git a/_templates/layout.html b/_templates/layout.html index c3de3148..64c366ca 100644 --- a/_templates/layout.html +++ b/_templates/layout.html @@ -9,7 +9,7 @@ {% set css_files = css_files + ['_static/custom.css'] %} -{% block sidebarsearch %} +{% block otherversions %}
Limit Environment Specific Content