diff options
| author | Mark Otto <[email protected]> | 2014-11-30 01:31:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-30 01:31:49 -0800 |
| commit | bcb90ef3a0affa6540d141733a073593011af064 (patch) | |
| tree | 3fd7548b88b01d96542a8ce572a3f184b78e7be0 /docs/examples/non-responsive | |
| parent | d74fd9af2f694ba2b700ed95423ba865175992b9 (diff) | |
| download | bootstrap-bcb90ef3a0affa6540d141733a073593011af064.tar.xz bootstrap-bcb90ef3a0affa6540d141733a073593011af064.zip | |
Bump Glyphicons to v1.9
Diffstat (limited to 'docs/examples/non-responsive')
| -rw-r--r-- | docs/examples/non-responsive/non-responsive.css | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/examples/non-responsive/non-responsive.css b/docs/examples/non-responsive/non-responsive.css index d7021991a..75a08b458 100644 --- a/docs/examples/non-responsive/non-responsive.css +++ b/docs/examples/non-responsive/non-responsive.css @@ -134,12 +134,13 @@ body, .navbar-form { float: left; width: auto; - margin-left: 0; - margin-right: 0; padding-top: 0; padding-bottom: 0; + margin-right: 0; + margin-left: 0; border: 0; - box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; } /* Copy-pasted from forms.less since we mixin the .form-inline styles. */ @@ -185,11 +186,13 @@ body, margin-top: 0; margin-bottom: 0; vertical-align: middle; +} - label { - padding-left: 0; - } +.navbar-form .radio label, +.navbar-form .checkbox label { + padding-left: 0; } + .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; |
