From 513df556bbee7eceeaa1aa84d63286b457cefceb Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Tue, 3 Oct 2017 11:36:50 -0700 Subject: [PATCH] /help/: Show first sidebar section by default. F --- static/styles/portico.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/styles/portico.css b/static/styles/portico.css index e6e2620323..74d92bef00 100644 --- a/static/styles/portico.css +++ b/static/styles/portico.css @@ -165,6 +165,11 @@ body { display: block; } +/* show two of them by default */ +.help .sidebar #guides + ul { + display: block; +} + .app.help .hamburger { display: none; }