diff options
| author | Mark Otto <[email protected]> | 2018-04-08 17:31:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-04-08 17:31:07 -0700 |
| commit | 07ee6c8ea171ae883d72d6d240b742537cd20d77 (patch) | |
| tree | 2a7570fe3636434663ddfac785031d68f237c73b /docs/examples/non-responsive | |
| parent | 446973308e66bcd325f815e39717ead0b4694853 (diff) | |
| parent | a720e23a518388ae5a374f3499099ca14a68e1e7 (diff) | |
| download | bootstrap-07ee6c8ea171ae883d72d6d240b742537cd20d77.tar.xz bootstrap-07ee6c8ea171ae883d72d6d240b742537cd20d77.zip | |
Merge branch 'v3.4.0-dev' of https://github.com/twbs/bootstrap-3 into v3.4.0-dev
Diffstat (limited to 'docs/examples/non-responsive')
| -rw-r--r-- | docs/examples/non-responsive/non-responsive.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/examples/non-responsive/non-responsive.css b/docs/examples/non-responsive/non-responsive.css index 0a8e92d96..8faa63613 100644 --- a/docs/examples/non-responsive/non-responsive.css +++ b/docs/examples/non-responsive/non-responsive.css @@ -1,3 +1,5 @@ +/* stylelint-disable selector-max-class, selector-max-combinators, selector-max-compound-selectors, declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix */ + /* Template-specific stuff * * Customizations just for the template; these are not necessary for anything @@ -47,9 +49,9 @@ body, padding-top: 15px; padding-bottom: 15px; background-color: #eee; - background-color: rgba(86,61,124,.15); + background-color: rgba(86, 61, 124, .15); border: 1px solid #ddd; - border: 1px solid rgba(86,61,124,.2); + border: 1px solid rgba(86, 61, 124, .2); } .container .navbar-header, @@ -70,14 +72,12 @@ body, padding-bottom: 0; overflow: visible !important; visibility: visible !important; + border-top: 0; } .navbar-toggle { display: none; } -.navbar-collapse { - border-top: 0; -} .navbar-brand { margin-left: -15px; @@ -110,7 +110,7 @@ body, border-width: 0 1px 1px; border-radius: 0 0 4px 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); - box-shadow: 0 6px 12px rgba(0, 0, 0, .175); + box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #333; @@ -140,7 +140,7 @@ body, margin-left: 0; border: 0; -webkit-box-shadow: none; - box-shadow: none; + box-shadow: none; } /* Copy-pasted from forms.less since we mixin the .form-inline styles. */ |
