]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix overlap sidebar for Tablets and up in docs 8268/head
authorLuis Hdez <luis.munoz.hdez@gmail.com>
Sun, 23 Jun 2013 21:15:32 +0000 (23:15 +0200)
committerLuis Hdez <luis.munoz.hdez@gmail.com>
Sun, 23 Jun 2013 21:15:32 +0000 (23:15 +0200)
docs/assets/css/docs.css

index defa02fb060fccb0e943ec13e8e538f98c73be3c..cef5f33343e9c83e6f845bad43077608f81c472f 100644 (file)
@@ -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;
   }