Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-01-02 22:12:24 +0300
committerMark Otto <markdotto@gmail.com>2017-01-02 22:12:24 +0300
commitc386c5f5cb9914cfa13f97280b9e8b760802a095 (patch)
tree28c23f937c45e0725912e47ae0f89525f9a164aa /scss/_navbar.scss
parent48f452b000450e27d6c00b6c369e3a483ccdf14b (diff)
Remove .navbar-divider; it's undocumented and wasn't updated with the flexbox navbar updates, so it's kinda bunk right now
Diffstat (limited to 'scss/_navbar.scss')
-rw-r--r--scss/_navbar.scss19
1 files changed, 0 insertions, 19 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss
index 2f82af588d..8448df47b7 100644
--- a/scss/_navbar.scss
+++ b/scss/_navbar.scss
@@ -71,25 +71,6 @@
}
-// Navbar divider
-//
-//
-
-.navbar-divider {
- float: left;
- width: $border-width;
- padding-top: $navbar-divider-padding-y;
- padding-bottom: $navbar-divider-padding-y;
- margin-right: $navbar-padding-x;
- margin-left: $navbar-padding-x;
- overflow: hidden;
-
- &::before {
- content: "\00a0";
- }
-}
-
-
// Responsive navbar
//
// Custom styles for responsive collapsing and toggling of navbar contents.