diff options
| author | Evan Meagher <[email protected]> | 2011-12-02 11:37:39 -0800 |
|---|---|---|
| committer | Evan Meagher <[email protected]> | 2011-12-02 11:37:39 -0800 |
| commit | 6e70d490e1c189518164d7f08035c34e21745715 (patch) | |
| tree | 1ab87f9e649e0c79b6773213feb8e6b9802c0817 /bootstrap.css | |
| parent | 3726df695eedecee323920305cb5d486a787acd6 (diff) | |
| download | bootstrap-6e70d490e1c189518164d7f08035c34e21745715.tar.xz bootstrap-6e70d490e1c189518164d7f08035c34e21745715.zip | |
Add vertical nav divider example in components doc page.
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index afd87d137..977737f67 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -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; |
