mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
start the move to rems
This commit is contained in:
+8
-14
@@ -56,18 +56,12 @@ h6, .h6 { font-size: @font-size-h6; }
|
||||
// -------------------------
|
||||
|
||||
p {
|
||||
margin: 0 0 (@line-height-computed / 2);
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.lead {
|
||||
margin-bottom: @line-height-computed;
|
||||
font-size: floor((@font-size-base * 1.15));
|
||||
font-weight: 300;
|
||||
line-height: 1.4;
|
||||
|
||||
@media (min-width: @screen-sm-min) {
|
||||
font-size: (@font-size-base * 1.5);
|
||||
}
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
|
||||
@@ -144,11 +138,11 @@ mark,
|
||||
// Page header
|
||||
// -------------------------
|
||||
|
||||
.page-header {
|
||||
padding-bottom: ((@line-height-computed / 2) - 1);
|
||||
margin: (@line-height-computed * 2) 0 @line-height-computed;
|
||||
border-bottom: 1px solid @page-header-border-color;
|
||||
}
|
||||
// .page-header {
|
||||
// padding-bottom: ((@line-height-computed / 2) - 1);
|
||||
// margin: (@line-height-computed * 2) 0 @line-height-computed;
|
||||
// border-bottom: 1px solid @page-header-border-color;
|
||||
// }
|
||||
|
||||
|
||||
// Lists
|
||||
|
||||
Reference in New Issue
Block a user