diff options
| author | Mark Otto <[email protected]> | 2013-10-13 15:55:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-13 15:55:13 -0700 |
| commit | 590975b4077ae6a2d5cba7d01403bbc09484bd6c (patch) | |
| tree | 581d60a6e1b135bfa74a131c0e50d0b077bea6e5 /dist/css/bootstrap.css | |
| parent | 6c9ec3d87f400d77dbb598bff22b0e98a517e29c (diff) | |
| download | bootstrap-590975b4077ae6a2d5cba7d01403bbc09484bd6c.tar.xz bootstrap-590975b4077ae6a2d5cba7d01403bbc09484bd6c.zip | |
remove undocumented and unsupported .pill-content and .pill-pane /cc #10102
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 76ef7b477..2e958e32c 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4088,13 +4088,11 @@ textarea.input-group-sm > .input-group-btn > .btn { clear: both; } -.tab-content > .tab-pane, -.pill-content > .pill-pane { +.tab-content > .tab-pane { display: none; } -.tab-content > .active, -.pill-content > .active { +.tab-content > .active { display: block; } |
