Skip to content

Commit

Permalink
Merge pull request #4074 from gocemitevski/bs3-regression-heading-weight
Browse files Browse the repository at this point in the history
Fix heading weight regression after Bootstrap 3 migration
  • Loading branch information
amercader committed Mar 12, 2018
2 parents b4c66f7 + 992bbbb commit 4b7325c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ckan/public/base/css/fuchsia.css
Expand Up @@ -1171,7 +1171,7 @@ h6,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
font-weight: 700;
line-height: 1.1;
color: inherit;
}
Expand Down
2 changes: 1 addition & 1 deletion ckan/public/base/css/green.css
Expand Up @@ -1171,7 +1171,7 @@ h6,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
font-weight: 700;
line-height: 1.1;
color: inherit;
}
Expand Down
2 changes: 1 addition & 1 deletion ckan/public/base/css/main.css
Expand Up @@ -1171,7 +1171,7 @@ h6,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
font-weight: 700;
line-height: 1.1;
color: inherit;
}
Expand Down
2 changes: 1 addition & 1 deletion ckan/public/base/css/maroon.css
Expand Up @@ -1171,7 +1171,7 @@ h6,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
font-weight: 700;
line-height: 1.1;
color: inherit;
}
Expand Down
2 changes: 1 addition & 1 deletion ckan/public/base/css/red.css
Expand Up @@ -1171,7 +1171,7 @@ h6,
.h5,
.h6 {
font-family: inherit;
font-weight: 500;
font-weight: 700;
line-height: 1.1;
color: inherit;
}
Expand Down
2 changes: 1 addition & 1 deletion ckan/public/base/less/bootstrap-variables.less
Expand Up @@ -66,7 +66,7 @@

//** By default, this inherits from the `<body>`.
@headings-font-family: inherit;
@headings-font-weight: 500;
@headings-font-weight: 700;
@headings-line-height: 1.1;
@headings-color: inherit;

Expand Down

0 comments on commit 4b7325c

Please sign in to comment.