]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Improve responsiveness for tablet and below of navbar in carousel example 7458/head
authorFabien <fabien.creative@gmail.com>
Tue, 2 Apr 2013 11:39:04 +0000 (13:39 +0200)
committerFabien <fabien.creative@gmail.com>
Tue, 2 Apr 2013 11:39:04 +0000 (13:39 +0200)
- Remove margin-top of navbar-wrapper
- Remove border radius of navbar
- Space out the carousel

docs/examples/carousel.html

index 538a440da1a3a9ec66d90407ec842573d6849532..e86029221cdb4e676a5560015c17884024f90e70 100644 (file)
@@ -189,6 +189,18 @@ body {
     font-size: 18px;
     line-height: 1.5;
   }
+  
+  .navbar-wrapper {
+    margin-top: 0;
+  }
+
+  .navbar {
+    border-radius: 0;
+  }
+  
+  #myCarousel {
+    margin-top: 54px;
+  }
 
 }
 </style>