diff options
| author | Mark Otto <[email protected]> | 2013-01-11 20:26:48 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-11 20:26:48 -0800 |
| commit | 7626cc629ff165f84601ad7c35b64e0b30f491f1 (patch) | |
| tree | cf44710c06bf17c2420a07ebf5736d1c76937de7 /docs/assets/css/bootstrap.css | |
| parent | b9b5cd786d2e774f478704c9aa942f35ac5d2a0c (diff) | |
| download | bootstrap-7626cc629ff165f84601ad7c35b64e0b30f491f1.tar.xz bootstrap-7626cc629ff165f84601ad7c35b64e0b30f491f1.zip | |
Remove overflow: auto; from .tab-content
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index b296eeeb4..944292719 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3177,10 +3177,6 @@ fieldset[disabled] .btn-link:hover { clear: both; } -.tab-content { - overflow: auto; -} - .tab-content > .tab-pane, .pill-content > .pill-pane { display: none; |
