From e8ae79a5fd2ae8f3dc8a498a57695968ff858f60 Mon Sep 17 00:00:00 2001 From: Luke Barratt Date: Wed, 8 Apr 2015 09:49:06 +0100 Subject: [PATCH] Hotfix: Added `clear: both` to headings to fix side effects of `opacity: 0.99` --- app/assets/stylesheets/themes/default/layout/_typography.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/themes/default/layout/_typography.scss b/app/assets/stylesheets/themes/default/layout/_typography.scss index 1e725a2..1a2eafd 100644 --- a/app/assets/stylesheets/themes/default/layout/_typography.scss +++ b/app/assets/stylesheets/themes/default/layout/_typography.scss @@ -18,7 +18,8 @@ h1, h2, h3, h4, h5, h6 { font-family: $header-font-family; line-height: 1.25em; margin: 0; - opacity:0.99; + opacity: 0.99; + clear: both; text-rendering: optimizeLegibility; // Fix the character spacing for headings font-weight: 400;