]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Follow up to 1bdd59b18c2d1b2409d0422a60e8c007053202df, to better position the sidebar...
authorMark Otto <otto@github.com>
Fri, 7 Feb 2014 10:44:04 +0000 (02:44 -0800)
committerMark Otto <otto@github.com>
Fri, 7 Feb 2014 10:44:04 +0000 (02:44 -0800)
docs/examples/dashboard/dashboard.css

index 9cd455dfde9ce71353e77a67b11ea54e47f2eeb5..70c7029cc52cb2bd51242661806523743ecfd27b 100644 (file)
@@ -29,12 +29,12 @@ body {
 @media (min-width: 768px) {
   .sidebar {
     position: fixed;
-    top: 0;
+    top: 51px;
     bottom: 0;
     left: 0;
     z-index: 1000;
     display: block;
-    padding: 70px 20px 20px;
+    padding: 20px;
     overflow-x: hidden;
     overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
     background-color: #f5f5f5;