diff options
| author | Mark Otto <[email protected]> | 2012-12-02 01:34:58 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-02 01:34:58 -0800 |
| commit | ea61cdb7407f09c0c4a9b5a7f76b24982b51c3d7 (patch) | |
| tree | d6149112ae2f36bbd82e0d1a30525d4f547bdbf9 | |
| parent | 32d425967a981838cb2e66701c0e814aeee8ab9c (diff) | |
| download | bootstrap-ea61cdb7407f09c0c4a9b5a7f76b24982b51c3d7.tar.xz bootstrap-ea61cdb7407f09c0c4a9b5a7f76b24982b51c3d7.zip | |
remove overrides on inner html of popover-content
| -rw-r--r-- | docs/assets/css/bootstrap.css | 6 | ||||
| -rw-r--r-- | less/popovers.less | 3 |
2 files changed, 0 insertions, 9 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index c0f3d041e..190ffac70 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -5321,12 +5321,6 @@ input[type="submit"].btn.btn-mini { padding: 9px 14px; } -.popover-content p, -.popover-content ul, -.popover-content ol { - margin-bottom: 0; -} - .popover .arrow, .popover .arrow:after { position: absolute; diff --git a/less/popovers.less b/less/popovers.less index 9619e2d8d..43a6d3068 100644 --- a/less/popovers.less +++ b/less/popovers.less @@ -43,9 +43,6 @@ .popover-content { padding: 9px 14px; - p, ul, ol { - margin-bottom: 0; - } } // Arrows |
