aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-reboot.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-10-15 15:51:44 -0700
committerMark Otto <[email protected]>2017-10-15 15:51:44 -0700
commit7ce2b03b1a6a773a2f9f2a0f36832d8cb9b30b79 (patch)
tree6ad4504f7167b309dc0bb1558270fc615abea1eb /dist/css/bootstrap-reboot.css
parent3ccb7ef16ad2fa858c767128a5414a0b1bd7fa30 (diff)
downloadbootstrap-7ce2b03b1a6a773a2f9f2a0f36832d8cb9b30b79.tar.xz
bootstrap-7ce2b03b1a6a773a2f9f2a0f36832d8cb9b30b79.zip
dist
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
-rw-r--r--dist/css/bootstrap-reboot.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css
index 3cf257633..8d4154988 100644
--- a/dist/css/bootstrap-reboot.css
+++ b/dist/css/bootstrap-reboot.css
@@ -25,7 +25,7 @@ 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-size: 1rem;
- font-weight: normal;
+ font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
@@ -44,7 +44,7 @@ hr {
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
- margin-bottom: .5rem;
+ margin-bottom: 0.5rem;
}
p {
@@ -82,7 +82,7 @@ ul ol {
}
dt {
- font-weight: bold;
+ font-weight: 700;
}
dd {
@@ -181,7 +181,7 @@ a,
area,
button,
[role="button"],
-input:not([type=range]),
+input:not([type="range"]),
label,
select,
summary,