From 94538394d417b12c81270cb19408f8d9d4ac63b8 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sun, 31 Aug 2014 14:44:04 +0100 Subject: [PATCH] Improve embed and iframe styling These styles are intended for viewing PDF tiddlers directly --- themes/tiddlywiki/vanilla/base.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index fae5fda62..9d4b35c3e 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -129,8 +129,8 @@ table tfoot tr td { max-width: 100%; } -.tc-tiddler-frame embed, -.tc-tiddler-frame iframe { +.tc-tiddler-body > embed, +.tc-tiddler-body > iframe { width: 100%; height: 600px; }