mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
remove lingering rem
This commit is contained in:
parent
5c601e7ac2
commit
388a4c878d
6
docs/assets/css/bootstrap.css
vendored
6
docs/assets/css/bootstrap.css
vendored
@ -468,37 +468,31 @@ h6 {
|
||||
h1,
|
||||
.h1 {
|
||||
font-size: 38.5px;
|
||||
font-size: 4rem;
|
||||
}
|
||||
|
||||
h2,
|
||||
.h2 {
|
||||
font-size: 31.5px;
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
h3,
|
||||
.h3 {
|
||||
font-size: 24.5px;
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
h4,
|
||||
.h4 {
|
||||
font-size: 17.5px;
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
h5,
|
||||
.h5 {
|
||||
font-size: 14px;
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
h6,
|
||||
.h6 {
|
||||
font-size: 11.9px;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
h1 small,
|
||||
|
@ -82,12 +82,12 @@ h6 {
|
||||
margin-bottom: (@line-height-base / 2);
|
||||
}
|
||||
|
||||
h1, .h1 { font-size: (@font-size-base * 2.75); font-size: 4rem; } // ~38px
|
||||
h2, .h2 { font-size: (@font-size-base * 2.25); font-size: 3rem; } // ~32px
|
||||
h3, .h3 { font-size: (@font-size-base * 1.75); font-size: 2.5rem; } // ~24px
|
||||
h4, .h4 { font-size: (@font-size-base * 1.25); font-size: 2rem; } // ~18px
|
||||
h5, .h5 { font-size: @font-size-base; font-size: 1.6rem; }
|
||||
h6, .h6 { font-size: (@font-size-base * 0.85); font-size: 1.2rem; } // ~12px
|
||||
h1, .h1 { font-size: (@font-size-base * 2.75); } // ~38px
|
||||
h2, .h2 { font-size: (@font-size-base * 2.25); } // ~32px
|
||||
h3, .h3 { font-size: (@font-size-base * 1.75); } // ~24px
|
||||
h4, .h4 { font-size: (@font-size-base * 1.25); } // ~18px
|
||||
h5, .h5 { font-size: @font-size-base; }
|
||||
h6, .h6 { font-size: (@font-size-base * 0.85); } // ~12px
|
||||
|
||||
h1 small, .h1 small { font-size: (@font-size-base * 1.75); } // ~24px
|
||||
h2 small, .h2 small { font-size: (@font-size-base * 1.25); } // ~18px
|
||||
|
Loading…
Reference in New Issue
Block a user