diff options
| author | Mark Otto <[email protected]> | 2014-07-07 23:36:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-07 23:36:40 -0700 |
| commit | f5024eb13af16d87c75ce3ec4901fb445b5a1718 (patch) | |
| tree | 722db15445a57cbcc11213cfc7b5651b0fb2a559 /less/type.less | |
| parent | 81b59d35368bc51d361d0352cc92fe99dc580fbf (diff) | |
| download | bootstrap-f5024eb13af16d87c75ce3ec4901fb445b5a1718.tar.xz bootstrap-f5024eb13af16d87c75ce3ec4901fb445b5a1718.zip | |
start the move to rems
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 22 |
1 files changed, 8 insertions, 14 deletions
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 |
