From: Alan Knowles Date: Thu, 28 Mar 2019 10:33:01 +0000 (+0800) Subject: docs/docs.css X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=cac3378643f639cd2566f93afd04fd6493188418 docs/docs.css --- diff --git a/docs/docs.css b/docs/docs.css index 5b403e26ac..67dae4cdd7 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -933,3 +933,15 @@ pre code { font-size: 10px; font-weight: 100; } + + +.dropdown-toggle::after { + display: inline-block; + margin-left: .255em; + vertical-align: .255em; + content: ""; + border-top: .3em solid; + border-right: .3em solid transparent; + border-bottom: 0; + border-left: .3em solid transparent; +}