diff options
| author | Mark Otto <[email protected]> | 2012-08-14 16:24:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-14 16:24:58 -0700 |
| commit | 9c72246d491fa942635a27ee0047e473f4df05cc (patch) | |
| tree | 70dec891d7d88cf1ea91f05a97fed459f3f482ca /docs/assets/css/bootstrap-responsive.css | |
| parent | f3479a39537b7b10bf66846c11d500f3364af88a (diff) | |
| download | bootstrap-9c72246d491fa942635a27ee0047e473f4df05cc.tar.xz bootstrap-9c72246d491fa942635a27ee0047e473f4df05cc.zip | |
navbar and dropdown fixes, for alignments and for ie7/8 dropdown hidden bugs from #3946
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index d5b7e3c4e..56951cfbe 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -34,7 +34,7 @@ .input-block-level { display: block; width: 100%; - min-height: 28px; + min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; @@ -203,7 +203,7 @@ display: block; float: left; width: 100%; - min-height: 28px; + min-height: 30px; margin-left: 2.564102564102564%; *margin-left: 2.5109110747408616%; -webkit-box-sizing: border-box; @@ -548,7 +548,7 @@ display: block; float: left; width: 100%; - min-height: 28px; + min-height: 30px; margin-left: 2.7624309392265194%; *margin-left: 2.709239449864817%; -webkit-box-sizing: border-box; @@ -830,7 +830,7 @@ .uneditable-input { display: block; width: 100%; - min-height: 28px; + min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; |
