diff options
| author | Mark Otto <[email protected]> | 2017-03-26 15:26:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-03-26 15:26:07 -0700 |
| commit | 6331b9962b39f6a4ccacef397089a9d92fadb43f (patch) | |
| tree | 1f9c7f39757f69fc61d6fe54dc9889876e3eb5f1 /docs/dist/css/bootstrap.css | |
| parent | 3ea3e10799230ac9689d530273ec3ce110dbb5dd (diff) | |
| download | bootstrap-6331b9962b39f6a4ccacef397089a9d92fadb43f.tar.xz bootstrap-6331b9962b39f6a4ccacef397089a9d92fadb43f.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 73915cdf1..7a816b10e 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -3093,10 +3093,10 @@ tbody.collapse.show { } .dropdown-divider { - height: 1px; + height: 0; margin: 0.5rem 0; overflow: hidden; - background-color: #eceeef; + border-top: 1px solid #eceeef; } .dropdown-item { |
