diff options
| author | Mark Otto <[email protected]> | 2017-07-09 20:47:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-09 20:47:51 -0700 |
| commit | 4731b239b1d2969b3e0262fb3e85ff8ce981e058 (patch) | |
| tree | 700d11a4f4abb405a04ee2330d2146a8d4235955 /docs/dist/css/bootstrap.css | |
| parent | 59cddda490d0870edf1f0a3d865085f7e3124b41 (diff) | |
| download | bootstrap-4731b239b1d2969b3e0262fb3e85ff8ce981e058.tar.xz bootstrap-4731b239b1d2969b3e0262fb3e85ff8ce981e058.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 6167622ce..be0310b8c 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -1,5 +1,5 @@ /*! - * Bootstrap v3.3.7 (http://getbootstrap.com) + * Bootstrap v3.4.0 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ @@ -1082,7 +1082,7 @@ html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; @@ -1465,11 +1465,6 @@ dd { margin-left: 180px; } } -abbr[title], -abbr[data-original-title] { - cursor: help; - border-bottom: 1px dotted #777; -} .initialism { font-size: 90%; text-transform: uppercase; @@ -1531,7 +1526,7 @@ code, kbd, pre, samp { - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Courier New", monospace; } code { padding: 2px 4px; @@ -1612,6 +1607,14 @@ pre code { margin-right: -15px; margin-left: -15px; } +.row-no-gutters { + margin-right: 0; + margin-left: 0; +} +.row-no-gutters [class*="col-"] { + padding-right: 0; + padding-left: 0; +} .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; @@ -5990,7 +5993,7 @@ button.close { position: absolute; z-index: 1070; display: block; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; @@ -6109,7 +6112,7 @@ button.close { display: none; max-width: 276px; padding: 1px; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; |
