diff options
| author | lucascono <[email protected]> | 2017-08-08 08:22:32 -0300 |
|---|---|---|
| committer | lucascono <[email protected]> | 2017-08-08 08:22:32 -0300 |
| commit | 29b2383da6789e6e578c9671aaadcd2ee24fa263 (patch) | |
| tree | ba015949895850d54c5ba72a034e6e1ce1170dca /dist/css/bootstrap.css | |
| parent | 2f4ddb8ed91c5bb53b9d91a7a39cb15a1c3c6962 (diff) | |
| parent | 08b89972c52d55f5e7d2d039570d098a1f51cb7f (diff) | |
| download | bootstrap-29b2383da6789e6e578c9671aaadcd2ee24fa263.tar.xz bootstrap-29b2383da6789e6e578c9671aaadcd2ee24fa263.zip | |
Merge remote-tracking branch 'twbs/v4-dev' into v4-dev
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 77f7d3648..fdc011426 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2558,6 +2558,11 @@ tbody.collapse.show { margin-left: 0; } +.dropup .dropdown-menu { + margin-top: 0; + margin-bottom: 0.125rem; +} + .dropup .dropdown-toggle::after { border-top: 0; border-bottom: 0.3em solid; |
