mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Add vertical nav divider.
This commit is contained in:
parent
8f3150cf71
commit
61e84d8762
@ -157,6 +157,15 @@
|
||||
background-color: #222;
|
||||
background-color: rgba(0,0,0,.5);
|
||||
}
|
||||
// Dividers (basically a vertical hr)
|
||||
.divider {
|
||||
height: 40px;
|
||||
width: 1px;
|
||||
margin: 0 5px;
|
||||
overflow: hidden;
|
||||
background-color: #222;
|
||||
border-right: 1px solid #444;
|
||||
}
|
||||
|
||||
// Secondary (floated right) nav in topbar
|
||||
&.secondary-nav {
|
||||
|
Loading…
x
Reference in New Issue
Block a user