From 3901b746bc0249e4d49c73c209166107ce926c9b Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Sun, 16 Feb 2014 22:21:53 -0600 Subject: [PATCH] Adjust heading line-height so descenders correctly show, closes #589 --- scss/_variables.scss | 2 +- test/lists.html | 4 ++-- test/type.html | 19 +++++++++++-------- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 26229a2d3a3..d4e79d25df5 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -34,7 +34,7 @@ $line-height-small: 1.5 !default; $headings-font-family: $font-family-base !default; $headings-font-weight: 500 !default; -$headings-line-height: 1.1 !default; +$headings-line-height: 1.2 !default; $base-background-color: #fff; $base-color: #000; diff --git a/test/lists.html b/test/lists.html index d1f7e041ccc..abd0970cd24 100644 --- a/test/lists.html +++ b/test/lists.html @@ -474,8 +474,8 @@

License To Ill

-

Dookie

-

Green Day

+

gjpqy

+

Test descenders.

diff --git a/test/type.html b/test/type.html index 066a874c70a..4413f1b663f 100644 --- a/test/type.html +++ b/test/type.html @@ -2,10 +2,13 @@ Test - - + @@ -14,12 +17,12 @@

Type

-

I'm an H1 Element

-

I'm an H2 Element

-

I'm an H3 Element

-

I'm an H4 Element

-
I'm an H5 Element
-
I'm an H6 Element
+

I'm an H1 Element: gjpqy

+

I'm an H2 Element: gjpqy

+

I'm an H3 Element: gjpqy

+

I'm an H4 Element: gjpqy

+
I'm an H5 Element: gjpqy
+
I'm an H6 Element: gjpqy

I'm a paragraph Element!

As am I'm a paragraph Element too.