Give iframes an initial size.

svn path=/trunk/netsurf/; revision=6357
This commit is contained in:
Michael Drake 2009-02-02 22:07:24 +00:00
parent 1f6d4f4a42
commit 2138d4f327

View File

@ -139,6 +139,7 @@ hr[noshade] { background-color: #888; height: 2px; border: none; }
noframes { display: none; }
iframe { width: 19em; height: 10em; }
iframe[align=left] { float: left; }
iframe[align=right] { float: right; }