diff options
| author | XhmikosR <[email protected]> | 2018-12-17 00:20:56 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-17 00:20:56 +0200 |
| commit | 901761a34bb666c7f96981461631a3153c004ab5 (patch) | |
| tree | 161121bf75bdc7a45c09bdbe289041cb929f17fe /dist/css/bootstrap-reboot.css | |
| parent | f50f6e03551ae9f9477f4ebdfe934c7452d6c6ad (diff) | |
| parent | 1960a528893b0b6a0587a9a888ddd51f149d49f1 (diff) | |
| download | bootstrap-901761a34bb666c7f96981461631a3153c004ab5.tar.xz bootstrap-901761a34bb666c7f96981461631a3153c004ab5.zip | |
Merge branch 'v4-dev' into table-dark-colors
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
| -rw-r--r-- | dist/css/bootstrap-reboot.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index ef4acf1a2..a9b927d74 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -15,21 +15,16 @@ html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; - -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } -@-ms-viewport { - width: device-width; -} - article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; } body { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; font-weight: 400; line-height: 1.5; @@ -163,7 +158,6 @@ pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; - -ms-overflow-style: scrollbar; } figure { |
