]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #6012: Updated docs sidenav media queries and reset width for exactly 980px
authorMark Otto <otto@github.com>
Wed, 28 Nov 2012 08:37:55 +0000 (00:37 -0800)
committerMark Otto <otto@github.com>
Wed, 28 Nov 2012 08:37:55 +0000 (00:37 -0800)
docs/assets/css/docs.css

index ff0ea557b3d9c329283b1b776b481edca0b4a06e..6e9bbb9be7da30859ad1fc44f8464a728447460b 100644 (file)
@@ -867,6 +867,7 @@ form.bs-docs-example {
   /* When affixed, space properly */
   .bs-docs-sidenav {
     top: 0;
+    width: 218px;
     margin-top: 30px;
     margin-right: 0;
   }
@@ -874,7 +875,7 @@ form.bs-docs-example {
 
 /* Tablet to desktop
 ------------------------- */
-@media (min-width: 768px) and (max-width: 980px) {
+@media (min-width: 768px) and (max-width: 979px) {
   /* Remove any padding from the body */
   body {
     padding-top: 0;