mirror of https://github.com/twbs/bootstrap.git
remove unused submenu css in docs
This commit is contained in:
parent
4da7cad021
commit
dd4d618717
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue