mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Remove the handful of rem font-sizes
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user