From c4ccfbe04e888f3623d74963ba72d2320da0785a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 12 Jul 2018 00:04:51 -0700 Subject: Ship v4.1.2 --- dist/css/bootstrap-reboot.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/css/bootstrap-reboot.css') diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index 3881980ba..1eb007e29 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -1,5 +1,5 @@ /*! - * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/) + * Bootstrap Reboot v4.1.2 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) -- cgit v1.2.3 From 72447ad4972105e920f1767f369b98a76dcfa107 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 23 Jul 2018 17:51:14 -0700 Subject: dist --- dist/css/bootstrap-reboot.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/css/bootstrap-reboot.css') diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index 1eb007e29..34c5e5c1b 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -30,7 +30,7 @@ article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { body { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; font-weight: 400; line-height: 1.5; @@ -180,7 +180,7 @@ img { border-style: none; } -svg:not(:root) { +svg { overflow: hidden; vertical-align: middle; } -- cgit v1.2.3 From 3b558734382ce58b51e5fc676453bfd53bba9201 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 23 Jul 2018 19:25:52 -0700 Subject: Ship v4.1.3 --- dist/css/bootstrap-reboot.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/css/bootstrap-reboot.css') diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index 34c5e5c1b..b3d7f4c6a 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -1,5 +1,5 @@ /*! - * Bootstrap Reboot v4.1.2 (https://getbootstrap.com/) + * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) -- cgit v1.2.3