diff options
| author | Mark Otto <[email protected]> | 2012-03-25 22:28:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-25 22:28:43 -0700 |
| commit | cffadd8c71be0c7595801623d39e5f545d0f4028 (patch) | |
| tree | fd1a4f9451cc66354695fae5261d9cc8b21198d5 /docs | |
| parent | 4449c4e9e041136c7f03438ab3f078f4d837f6d5 (diff) | |
| download | bootstrap-cffadd8c71be0c7595801623d39e5f545d0f4028.tar.xz bootstrap-cffadd8c71be0c7595801623d39e5f545d0f4028.zip | |
add position relative to .dropup
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 56895 -> 56904 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 |
2 files changed, 1 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; } |
