aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-14 09:38:23 -0700
committerMark Otto <[email protected]>2013-08-14 09:38:23 -0700
commit6f7c3e2d5b5bbf0aeec4b1d3ea1cb454d5debf24 (patch)
treeebcbc5e0ca9efd7fb7974841102b4b06c73a252d /_layouts
parent99a5f16db68df32e5e582f5af0bb84b618e48092 (diff)
parent72785644bd2814abd36130f18963b4a21f78cbde (diff)
downloadbootstrap-6f7c3e2d5b5bbf0aeec4b1d3ea1cb454d5debf24.tar.xz
bootstrap-6f7c3e2d5b5bbf0aeec4b1d3ea1cb454d5debf24.zip
Merge pull request #9499 from ggam/docs-print
Added hidden-print class to docs sidebar
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index d254f2e4f..e71a6bc1f 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -26,7 +26,7 @@
<div class="container bs-docs-container">
<div class="row">
<div class="col-md-3">
- <aside class="bs-sidebar" role="complementary">
+ <aside class="bs-sidebar hidden-print" role="complementary">
<ul class="nav bs-sidenav">
{% if page.slug == "getting-started" %}
{% include nav-getting-started.html %}