From 39d0da611ea6bea0ba48c24f26a6ca0972f92677 Mon Sep 17 00:00:00 2001 From: Guy Lepage Date: Sat, 19 Dec 2015 21:18:00 -0500 Subject: [PATCH 1/5] changed bold to 700 --- less/code.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/code.less b/less/code.less index a08b4d48c4c8..aa1ec0308e10 100644 --- a/less/code.less +++ b/less/code.less @@ -32,7 +32,7 @@ kbd { kbd { padding: 0; font-size: 100%; - font-weight: bold; + font-weight: 700; box-shadow: none; } } From 23083060cf587fb19f70df517afb321714508f14 Mon Sep 17 00:00:00 2001 From: Guy Lepage Date: Sat, 19 Dec 2015 21:19:09 -0500 Subject: [PATCH 2/5] changed bold to 700 --- less/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/forms.less b/less/forms.less index e8b071a138ea..3725b6d65626 100644 --- a/less/forms.less +++ b/less/forms.less @@ -33,7 +33,7 @@ label { display: inline-block; max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141) margin-bottom: 5px; - font-weight: bold; + font-weight: 700; } From e446fd22c083034dbc05d71e136c9ac2d6351596 Mon Sep 17 00:00:00 2001 From: Guy Lepage Date: Sat, 19 Dec 2015 21:19:57 -0500 Subject: [PATCH 3/5] changed font-weight from bold to 700 --- less/labels.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/labels.less b/less/labels.less index 9a5a27006a51..cf0d48df3c1f 100644 --- a/less/labels.less +++ b/less/labels.less @@ -6,7 +6,7 @@ display: inline; padding: .2em .6em .3em; font-size: 75%; - font-weight: bold; + font-weight: 700; line-height: 1; color: @label-color; text-align: center; From a866c81338a2bad5432237b42603bf4589341bd1 Mon Sep 17 00:00:00 2001 From: Guy Lepage Date: Sat, 19 Dec 2015 21:20:42 -0500 Subject: [PATCH 4/5] changed font-weight from bold to 700 --- less/type.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/type.less b/less/type.less index 0d4fee48486e..7201fc98b5e6 100644 --- a/less/type.less +++ b/less/type.less @@ -195,7 +195,7 @@ dd { line-height: @line-height-base; } dt { - font-weight: bold; + font-weight: 700; } dd { margin-left: 0; // Undo browser default From 385d2d841de01ed99755b124499e4899c02d424f Mon Sep 17 00:00:00 2001 From: Guy Lepage Date: Sat, 19 Dec 2015 21:21:51 -0500 Subject: [PATCH 5/5] changed font-weight from bold to 700 --- less/variables.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/less/variables.less b/less/variables.less index b057ef5bf907..4c8d210c399f 100644 --- a/less/variables.less +++ b/less/variables.less @@ -622,7 +622,7 @@ @alert-padding: 15px; @alert-border-radius: @border-radius-base; -@alert-link-font-weight: bold; +@alert-link-font-weight: 700; @alert-success-bg: @state-success-bg; @alert-success-text: @state-success-text; @@ -778,7 +778,7 @@ //** Badge background color in active nav link @badge-active-bg: #fff; -@badge-font-weight: bold; +@badge-font-weight: 700; @badge-line-height: 1; @badge-border-radius: 10px; @@ -820,7 +820,7 @@ // //## -@close-font-weight: bold; +@close-font-weight: 700; @close-color: #000; @close-text-shadow: 0 1px 0 #fff;