From 670f20248a480ae7acf2c3dfef7eef6158eceb9a Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Wed, 8 Nov 2017 12:47:01 -0800 Subject: [PATCH] /api/: Fix incorrect sidebar styling. This rule is only applied to the API page which makes it inconsistent with the /help/ page. --- static/styles/portico.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/static/styles/portico.css b/static/styles/portico.css index b0c2ec8d5a..95a5c479a4 100644 --- a/static/styles/portico.css +++ b/static/styles/portico.css @@ -76,20 +76,6 @@ body { -moz-osx-font-smoothing: grayscale; } -.app.api-docs .sidebar { - background-color: #fff; - border-right: 1px solid #ddd; - color: #444; -} - -.app.api-docs .sidebar h2 { - color: #444; -} - -.app.api-docs .sidebar li { - opacity: 0.8; -} - .code-section ul.nav { margin: 0; }