From f5024eb13af16d87c75ce3ec4901fb445b5a1718 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 7 Jul 2014 23:36:40 -0700 Subject: start the move to rems --- less/type.less | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'less/type.less') diff --git a/less/type.less b/less/type.less index 6ab3c0804..16a60061e 100644 --- a/less/type.less +++ b/less/type.less @@ -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 -- cgit v1.2.3