]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove the handful of rem font-sizes
authorMark Otto <otto@github.com>
Sun, 31 Mar 2013 18:26:13 +0000 (11:26 -0700)
committerMark Otto <otto@github.com>
Sun, 31 Mar 2013 18:26:13 +0000 (11:26 -0700)
docs/assets/css/bootstrap.css
less/panels.less
less/scaffolding.less
less/type.less

index dadd158451f4b88dab90e5c63cf77fdbc38b39f4..fb44326f706cad6fa45c0617615442a70899adbb 100644 (file)
@@ -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;
index 6c9dd6df3723b190342fdd84772b55c289af778b..a74feccaf345e120679c107fba0aa9b82bd93a32 100644 (file)
@@ -17,7 +17,7 @@
 .panel-heading {
   margin: -15px -15px 15px;
   padding: 10px 15px;
-  .font-size(16);
+  font-size: @font-size-base * 1.25;
   font-weight: 500;
   background-color: @panel-heading-bg;
   border-bottom: 1px solid @panel-border;
index 633222ed8cc6ebe4ddbb185755a8bb51c98cf504..ac373af0690dee9fed398d0b23b58634ffc8efbd 100644 (file)
@@ -31,7 +31,7 @@ html {
 
 body {
   font-family: @font-family-base;
-  .font-size();
+  font-size: 14px;
   line-height: @line-height-base;
   color: @text-color;
   background-color: @body-background;
index a8a1c2dec4fa321562fffa00d121d78ac8e18a5e..aac5c931a87a431c8f5a071a70e4fd8c9c3f2a8e 100644 (file)
@@ -11,9 +11,9 @@ p {
 }
 .lead {
   margin-bottom: @line-height-base;
-  .font-size((@font-size-base * 1.5));
+  font-size: (@font-size-base * 1.5);
   font-weight: 200;
-  line-height: 1.3;
+  line-height: 1.4;
 }