aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-27 20:49:29 -0700
committerMark Otto <[email protected]>2013-06-27 20:49:29 -0700
commitbf3c5e070e2ee74181aa8b2c75f32387827b01c2 (patch)
tree19364b1710f2fc562572a794632a2dc4dced4c8e /docs/assets/css/bootstrap.css
parent89117ec6b2c814c9629f2a2a0763a64582af1cce (diff)
downloadbootstrap-bf3c5e070e2ee74181aa8b2c75f32387827b01c2.tar.xz
bootstrap-bf3c5e070e2ee74181aa8b2c75f32387827b01c2.zip
remove submenus. for more context: http://www.youtube.com/watch?v=ggWyUEuGcWY&feature=youtu.be&t=48s
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css56
1 files changed, 1 insertions, 55 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 040ee62ba..ec8af9204 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -2210,9 +2210,7 @@ input[type="button"].btn-block {
}
.dropdown-menu > li > a:hover,
-.dropdown-menu > li > a:focus,
-.dropdown-submenu:hover > a,
-.dropdown-submenu:focus > a {
+.dropdown-menu > li > a:focus {
color: #ffffff;
text-decoration: none;
background-color: #357ebd;
@@ -2290,58 +2288,6 @@ input[type="button"].btn-block {
margin-bottom: 1px;
}
-.dropdown-submenu {
- position: relative;
-}
-
-.dropdown-submenu > .dropdown-menu {
- top: 0;
- left: 100%;
- margin-top: -6px;
- margin-left: -1px;
- border-top-left-radius: 0;
-}
-
-.dropdown-submenu:hover > .dropdown-menu {
- display: block;
-}
-
-.dropup .dropdown-submenu > .dropdown-menu {
- top: auto;
- bottom: 0;
- margin-top: 0;
- margin-bottom: -2px;
- border-bottom-left-radius: 0;
-}
-
-.dropdown-submenu > a:after {
- display: block;
- float: right;
- width: 0;
- height: 0;
- margin-top: 5px;
- margin-right: -10px;
- border-color: transparent;
- border-left-color: #cccccc;
- border-style: solid;
- border-width: 5px 0 5px 5px;
- content: " ";
-}
-
-.dropdown-submenu:hover > a:after {
- border-left-color: #ffffff;
-}
-
-.dropdown-submenu.pull-left {
- float: none;
-}
-
-.dropdown-submenu.pull-left > .dropdown-menu {
- left: -100%;
- margin-left: 10px;
- border-top-right-radius: 0;
-}
-
.dropdown .dropdown-menu .nav-header {
padding-right: 20px;
padding-left: 20px;