mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 11:21:23 +02:00
Remove the handful of rem font-sizes
This commit is contained in:
9
docs/assets/css/bootstrap.css
vendored
9
docs/assets/css/bootstrap.css
vendored
@@ -290,7 +290,6 @@ html {
|
||||
body {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
font-size: 1.4rem;
|
||||
line-height: 20px;
|
||||
color: #333333;
|
||||
background-color: #ffffff;
|
||||
@@ -343,10 +342,9 @@ p {
|
||||
|
||||
.lead {
|
||||
margin-bottom: 20px;
|
||||
font-size: 21px;
|
||||
font-size: 2.1rem;
|
||||
font-size: 21;
|
||||
font-weight: 200;
|
||||
line-height: 1.3;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
small {
|
||||
@@ -3034,8 +3032,7 @@ a.list-group-item.active .list-group-item-text {
|
||||
.panel-heading {
|
||||
padding: 10px 15px;
|
||||
margin: -15px -15px 15px;
|
||||
font-size: 16px;
|
||||
font-size: 1.6rem;
|
||||
font-size: 17.5;
|
||||
font-weight: 500;
|
||||
background-color: #f5f5f5;
|
||||
border-bottom: 1px solid #dddddd;
|
||||
|
Reference in New Issue
Block a user