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

Add vertical nav divider example in components doc page.

This commit is contained in:
Evan Meagher
2011-12-02 11:37:39 -08:00
parent 3726df695e
commit 6e70d490e1
3 changed files with 11 additions and 1 deletions
+9 -1
View File
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Wed Nov 30 22:05:44 PST 2011
* Date: Fri Dec 2 11:32:48 PST 2011
*/
html, body {
margin: 0;
@@ -1313,6 +1313,14 @@ table {
background-color: #222;
background-color: rgba(0, 0, 0, 0.5);
}
.nav .divider {
height: 40px;
width: 1px;
margin: 0 5px;
overflow: hidden;
background-color: #222;
border-right: 1px solid #444;
}
.nav.secondary-nav {
float: right;
margin-left: 10px;