mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
/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:
committed by
Tim Abbott
parent
04f4f7166c
commit
670f20248a
@@ -76,20 +76,6 @@ body {
|
|||||||
-moz-osx-font-smoothing: grayscale;
|
-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 {
|
.code-section ul.nav {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user