2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

rename vertical-divider to divider-vertical, add more space around the divider

This commit is contained in:
Mark Otto
2012-01-30 01:09:34 -08:00
parent 8b77722a93
commit 8f448610a9
16 changed files with 18 additions and 18 deletions
Binary file not shown.
+1 -1
View File
@@ -308,7 +308,7 @@
.navbar .nav > li > a {
margin-bottom: 2px;
}
.navbar .nav > .vertical-divider {
.navbar .nav > .divider-vertical {
display: none;
}
.navbar .nav > li > a, .navbar .dropdown-menu a {
+2 -2
View File
@@ -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;