aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 27744e96d..244728817 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -165,12 +165,6 @@ section > ul li {
position: static;
top: 0;
}
-.bs-docs-sidenav.affix-bottom {
- position: absolute;
- top: auto;
- bottom: 270px;
-}
-
/* Chevrons within each link */
.bs-docs-sidenav .glyphicon-chevron-right {
@@ -474,6 +468,11 @@ section > ul li {
.bs-docs-sidenav {
width: 170px;
}
+ .bs-docs-sidenav.affix-bottom {
+ position: absolute;
+ top: auto;
+ bottom: 270px;
+ }
}
/* Tablets/desktops and up */