Improve embed and iframe styling

These styles are intended for viewing PDF tiddlers directly
This commit is contained in:
Jermolene 2014-08-31 14:44:04 +01:00
parent f9a8ba46be
commit 94538394d4
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}