diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css index 3cf257633bcab54fd1739c198a444dc78df905d0..3fbbc7b973da75bc106695eb6622b314b0b40aed 100644 --- a/dist/css/bootstrap-reboot.css +++ b/dist/css/bootstrap-reboot.css @@ -17,7 +17,17 @@ html { width: device-width; } -article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { +article, +aside, +dialog, +figcaption, +figure, +footer, +header, +hgroup, +main, +nav, +section { display: block; } @@ -42,7 +52,12 @@ hr { overflow: visible; } -h1, h2, h3, h4, h5, h6 { +h1, +h2, +h3, +h4, +h5, +h6 { margin-top: 0; margin-bottom: .5rem; } @@ -140,7 +155,8 @@ a:not([href]):not([tabindex]) { text-decoration: none; } -a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover { +a:not([href]):not([tabindex]):focus, +a:not([href]):not([tabindex]):hover { color: inherit; text-decoration: none; } @@ -181,7 +197,7 @@ a, area, button, [role="button"], -input:not([type=range]), +input:not([type="range"]), label, select, summary, @@ -195,8 +211,8 @@ table { } caption { - padding-top: 0.75rem; - padding-bottom: 0.75rem; + padding-top: .75rem; + padding-bottom: .75rem; color: #868e96; text-align: left; caption-side: bottom; @@ -332,4 +348,4 @@ template { [hidden] { display: none !important; } -/*# sourceMappingURL=bootstrap-reboot.css.map */ \ No newline at end of file +/*# sourceMappingURL=bootstrap-reboot.css.map */