/api/: Fix incorrect sidebar styling.

This rule is only applied to the API page which makes it inconsistent
with the /help/ page.
This commit is contained in:
Brock Whittaker
2017-11-08 12:47:01 -08:00
committed by Tim Abbott
parent 04f4f7166c
commit 670f20248a

View File

@@ -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;
}