From b66e94f4b98845a62665ec7114d8e0c46246d718 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Fri, 7 May 2010 17:58:22 -0700 Subject: [PATCH] Aligning code for the fun of it. --- frameworks/blueprint/stylesheets/blueprint/_typography.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frameworks/blueprint/stylesheets/blueprint/_typography.scss b/frameworks/blueprint/stylesheets/blueprint/_typography.scss index 4d5fec1d..044b9d7e 100644 --- a/frameworks/blueprint/stylesheets/blueprint/_typography.scss +++ b/frameworks/blueprint/stylesheets/blueprint/_typography.scss @@ -53,11 +53,11 @@ $blueprint-font-size: 12px !default; @mixin blueprint-typography-defaults { #{headers(all)} { @include header-text; img { margin: 0; } } - h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; } + h1 { font-size: 3em; line-height: 1; margin-bottom: 0.50em; } h2 { font-size: 2em; margin-bottom: 0.75em; } - h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; } + h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1.00em; } h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; } - h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; } + h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.50em; } h6 { font-size: 1em; font-weight: bold; } p { margin: 0 0 1.5em; img.left { @include float-left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }