aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-31 11:26:13 -0700
committerMark Otto <[email protected]>2013-03-31 11:26:13 -0700
commitfc16e37aaa2764bfc9ae131d6f69bd59d8ac5858 (patch)
tree9495e3771b8cb980cb61bcee9a6fce73e87e5c11 /docs/assets/css/bootstrap.css
parentb96ab36d384752c42947297ce3a2d1f0ba941c0a (diff)
downloadbootstrap-fc16e37aaa2764bfc9ae131d6f69bd59d8ac5858.tar.xz
bootstrap-fc16e37aaa2764bfc9ae131d6f69bd59d8ac5858.zip
Remove the handful of rem font-sizes
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index dadd15845..fb44326f7 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -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;