From 92d59f701df13fe8e99d2c908dcf18450c53b762 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Sat, 14 Apr 2012 12:01:10 -0700 Subject: iframe height fix for ff --- theme/sass/default.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'theme/sass/default.scss') diff --git a/theme/sass/default.scss b/theme/sass/default.scss index fb1fb75..3645ca7 100644 --- a/theme/sass/default.scss +++ b/theme/sass/default.scss @@ -219,8 +219,12 @@ slides > slide { } } - > article:only-child > iframe { + > article:only-child { height: 100%; + + > iframe { + height: 100%; + } } } @@ -290,7 +294,6 @@ b { a { color: $brand-blue-secondary2; text-decoration: none; - padding-bottom: 2px; border-bottom: 1px solid rgba(42, 124, 223, 0.5); &:hover { -- cgit v1.2.3