mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
rename vertical-divider to divider-vertical, add more space around the divider
This commit is contained in:
+2
-2
@@ -208,10 +208,10 @@
|
||||
}
|
||||
|
||||
// Dividers (basically a vertical hr)
|
||||
.navbar .vertical-divider {
|
||||
.navbar .divider-vertical {
|
||||
height: @navbarHeight;
|
||||
width: 1px;
|
||||
margin: 0 5px;
|
||||
margin: 0 9px;
|
||||
overflow: hidden;
|
||||
background-color: @navbarBackground;
|
||||
border-right: 1px solid @navbarBackgroundHighlight;
|
||||
|
||||
Reference in New Issue
Block a user