mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
rename vertical-divider to divider-vertical, add more space around the divider
This commit is contained in:
Vendored
+2
-2
@@ -2509,10 +2509,10 @@ button.btn.small, input[type="submit"].btn.small {
|
||||
background-color: #222222;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
.navbar .vertical-divider {
|
||||
.navbar .divider-vertical {
|
||||
height: 40px;
|
||||
width: 1px;
|
||||
margin: 0 5px;
|
||||
margin: 0 9px;
|
||||
overflow: hidden;
|
||||
background-color: #222222;
|
||||
border-right: 1px solid #333333;
|
||||
|
||||
Reference in New Issue
Block a user