Commit dd4d6187 authored by Mark Otto's avatar Mark Otto

remove unused submenu css in docs

parent 4da7cad0
...@@ -521,19 +521,11 @@ body { ...@@ -521,19 +521,11 @@ body {
} }
/* Example dropdowns */ /* Example dropdowns */
.bs-example > .dropdown > .dropdown-menu, .bs-example > .dropdown > .dropdown-menu {
.bs-example-submenu > .pull-left > .dropup > .dropdown-menu,
.bs-example-submenu > .pull-left > .dropdown > .dropdown-menu {
position: static; position: static;
display: block; display: block;
margin-bottom: 5px; margin-bottom: 5px;
} }
.bs-example-submenu {
min-height: 230px;
}
.bs-example-submenu > .pull-left + .pull-left {
margin-left: 20px;
}
/* Example tabbable tabs */ /* Example tabbable tabs */
.bs-example-tabs .nav-tabs { .bs-example-tabs .nav-tabs {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment