mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-22 02:12:10 +03:00
Give iframes an initial size.
svn path=/trunk/netsurf/; revision=6357
This commit is contained in:
parent
1f6d4f4a42
commit
2138d4f327
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user