aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-18 19:18:02 -0700
committerMark Otto <[email protected]>2014-06-18 19:18:02 -0700
commit508d9f0d65ca215dfdfca6aa8cdd877f8dfebd11 (patch)
treef6a54d1324c83fa53082bfdfabd99bd224433060
parent43d21b97f24b0f6a593878ae4355413ce5b38884 (diff)
downloadbootstrap-508d9f0d65ca215dfdfca6aa8cdd877f8dfebd11.tar.xz
bootstrap-508d9f0d65ca215dfdfca6aa8cdd877f8dfebd11.zip
fix part of #13111: hide the docs nav on small and below devices
-rw-r--r--docs/_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index da221e28b..577b08ded 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -26,7 +26,7 @@
{{ content }}
</div>
<div class="col-md-3">
- <div class="bs-docs-sidebar hidden-print" role="complementary">
+ <div class="bs-docs-sidebar hidden-print hidden-xs hidden-sm" role="complementary">
<ul class="nav bs-docs-sidenav">
{% if page.slug == "getting-started" %}
{% include nav/getting-started.html %}