aboutsummaryrefslogtreecommitdiff
path: root/theme/sass
diff options
context:
space:
mode:
authorEric Bidelman2012-04-14 12:01:10 -0700
committerEric Bidelman2012-04-14 12:01:10 -0700
commit92d59f701df13fe8e99d2c908dcf18450c53b762 (patch)
tree4efa800da84bba8e9e6b4a25be97d7896fdce256 /theme/sass
parent5575223f6370024bc3a6a2893d7f5d536bde21a3 (diff)
downloadio-slides-remote-92d59f701df13fe8e99d2c908dcf18450c53b762.tar.gz
iframe height fix for ff
Diffstat (limited to 'theme/sass')
-rw-r--r--theme/sass/default.scss7
1 files changed, 5 insertions, 2 deletions
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 {
219 } 219 }
220 } 220 }
221 221
222 > article:only-child > iframe { 222 > article:only-child {
223 height: 100%; 223 height: 100%;
224
225 > iframe {
226 height: 100%;
227 }
224 } 228 }
225} 229}
226 230
@@ -290,7 +294,6 @@ b {
290a { 294a {
291 color: $brand-blue-secondary2; 295 color: $brand-blue-secondary2;
292 text-decoration: none; 296 text-decoration: none;
293 padding-bottom: 2px;
294 border-bottom: 1px solid rgba(42, 124, 223, 0.5); 297 border-bottom: 1px solid rgba(42, 124, 223, 0.5);
295 298
296 &:hover { 299 &:hover {