]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix example css
authorMark Otto <markdotto@gmail.com>
Wed, 6 Jan 2016 22:07:13 +0000 (14:07 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 6 Jan 2016 22:07:13 +0000 (14:07 -0800)
docs/examples/justified-nav/justified-nav.css

index 48ac07a9b37f6ed9c2a71f669feb2385c95f0942..bd28e271e356b978e3395b024d7c743ef4bb1ac7 100644 (file)
@@ -27,13 +27,13 @@ body {
   float: none;
 }
 .nav-link {
-  text-align: center;
-  margin-bottom: 5px;
   width: 100%;
+  margin-bottom: 5px;
+  text-align: center;
 }
 
 @media (min-width: 768px) {
-   .nav-item {
+  .nav-item {
     display: table-cell;
     width: 1%;
   }