From 362a98e12b45de0700a18b94859a11d2ff9b0a30 Mon Sep 17 00:00:00 2001 From: zurbchris Date: Thu, 28 Feb 2013 11:04:41 -0800 Subject: [PATCH] updating links --- docs/_sidebar-components.html.erb | 4 ++-- docs/layout.html.erb | 10 +++++----- scss/foundation/components/_panels.scss | 5 ++++- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/_sidebar-components.html.erb b/docs/_sidebar-components.html.erb index 45c0b3a69..eb87f7c86 100644 --- a/docs/_sidebar-components.html.erb +++ b/docs/_sidebar-components.html.erb @@ -1,9 +1,9 @@
-

Getting Started

+

Using Foundation

diff --git a/scss/foundation/components/_panels.scss b/scss/foundation/components/_panels.scss index 153606ddb..362fc90f6 100644 --- a/scss/foundation/components/_panels.scss +++ b/scss/foundation/components/_panels.scss @@ -48,7 +48,10 @@ $panel-font-color-alt: #fff !default; &>:last-child { margin-bottom: 0; } // reset header line-heights for panels - h1,h2,h3,h4,h5,h6 { line-height: 1; margin-bottom: emCalc(20px) / 2; } + h1,h2,h3,h4,h5,h6 { + line-height: 1; margin-bottom: emCalc(20px) / 2; + &.subheader { line-height: 1.4; } + } } } -- 2.47.3