0
0
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:
Evan Meagher 2011-11-29 23:16:09 -08:00
parent 8f3150cf71
commit 61e84d8762

View File

@ -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 {