Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
040522ce
Commit
040522ce
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #19079 from twbs/fix-18992
Revert separation of <hN> and .hN heading styles
parents
1d277de0
23979a99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_type.scss
+6
-16
scss/_type.scss
with
6 additions
and
16 deletions
+6
-16
scss/_type.scss
+
6
-
16
View file @
040522ce
...
@@ -11,22 +11,12 @@ h1, h2, h3, h4, h5, h6,
...
@@ -11,22 +11,12 @@ h1, h2, h3, h4, h5, h6,
color
:
$headings-color
;
color
:
$headings-color
;
}
}
h1
{
font-size
:
$font-size-h1
;
}
h1
,
.h1
{
font-size
:
$font-size-h1
;
}
h2
{
font-size
:
$font-size-h2
;
}
h2
,
.h2
{
font-size
:
$font-size-h2
;
}
h3
{
font-size
:
$font-size-h3
;
}
h3
,
.h3
{
font-size
:
$font-size-h3
;
}
h4
{
font-size
:
$font-size-h4
;
}
h4
,
.h4
{
font-size
:
$font-size-h4
;
}
h5
{
font-size
:
$font-size-h5
;
}
h5
,
.h5
{
font-size
:
$font-size-h5
;
}
h6
{
font-size
:
$font-size-h6
;
}
h6
,
.h6
{
font-size
:
$font-size-h6
;
}
// These declarations are kept separate from and placed after
// the previous tag-based declarations so that the classes beat the tags in
// the CSS cascade, and thus <h1 class="h2"> will be styled like an h2.
.h1
{
font-size
:
$font-size-h1
;
}
.h2
{
font-size
:
$font-size-h2
;
}
.h3
{
font-size
:
$font-size-h3
;
}
.h4
{
font-size
:
$font-size-h4
;
}
.h5
{
font-size
:
$font-size-h5
;
}
.h6
{
font-size
:
$font-size-h6
;
}
.lead
{
.lead
{
font-size
:
$lead-font-size
;
font-size
:
$lead-font-size
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment