diff options
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 56895 -> 56904 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 | ||||
| -rw-r--r-- | less/dropdowns.less | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 14edf6efd..e478022b0 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index a9fdbcffb..fed56717f 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1790,6 +1790,7 @@ table .span24 { .icon-resize-horizontal { background-position: -456px -118px; } +.dropup, .dropdown { position: relative; } diff --git a/less/dropdowns.less b/less/dropdowns.less index b54e7eeec..afe7df4e2 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -2,6 +2,7 @@ // -------------- // Use the .menu class on any <li> element within the topbar or ul.tabs and you'll get some superfancy dropdowns +.dropup, .dropdown { position: relative; } |
