]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
shoutout navbar-divider
authorMark Otto <markdotto@gmail.com>
Tue, 18 Aug 2015 07:59:44 +0000 (00:59 -0700)
committerMark Otto <markdotto@gmail.com>
Tue, 18 Aug 2015 07:59:44 +0000 (00:59 -0700)
scss/_navbar.scss

index b845ff32d0e65b5d903c540f1149728e6004e9a0..630b99ed585d2d5c1605a0cf5363a1a9a7c1d333 100644 (file)
 }
 
 
+.navbar-divider {
+  float: left;
+  width: 1px;
+  padding-top: .425rem;
+  padding-bottom: .425rem;
+  overflow: hidden;
+  margin-left:  $navbar-padding-horizontal;
+  margin-right: $navbar-padding-horizontal;
+
+  &:before {
+    content: '\00a0';
+  }
+}
+
+
 // Navbar toggle
 //
 // Custom button for toggling the `.navbar-collapse`, powered by the collapse
       }
     }
   }
+
+  .navbar-divider {
+    background-color: rgba(0,0,0,.075);
+  }
 }
 
 // White links against a dark background
       }
     }
   }
+
+  .navbar-divider {
+    background-color: rgba(255,255,255,.075);
+  }
 }