aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorLuis Hdez <[email protected]>2013-06-23 23:15:32 +0200
committerLuis Hdez <[email protected]>2013-06-23 23:15:32 +0200
commit5af22ab89ff5997ef03366d332b91bddea710323 (patch)
treecdf81870638db17029c533d66f4a8ef098ee1059 /docs/assets/css
parentb0e943399df374b03f9ed5f676f33e42f5e53a74 (diff)
downloadbootstrap-5af22ab89ff5997ef03366d332b91bddea710323.tar.xz
bootstrap-5af22ab89ff5997ef03366d332b91bddea710323.zip
Fix overlap sidebar for Tablets and up in docs
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/docs.css9
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index defa02fb0..cef5f3334 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -713,13 +713,6 @@ input.focused {
/* Tablets and up */
@media screen and (min-width: 768px) {
- /* Reaffix the fixed sidebar */
- .bs-sidebar.affix {
- position: fixed; /* Undo the static from mobile-first approach */
- top: 50px;
- width: 160px;
- }
-
/* Back to top link */
.bs-top {
display: block; /* Unhide */
@@ -781,6 +774,8 @@ input.focused {
/* Widen the fixed sidebar */
.bs-sidebar.affix {
+ position: fixed; /* Undo the static from mobile-first approach */
+ top: 50px;
width: 213px;
}