white background

This commit is contained in:
Chris Wanstrath
2011-11-13 16:44:56 -08:00
parent b9c208e5a0
commit 26c27d2a18

View File

@@ -13,9 +13,8 @@ class Browser extends Resource
@url = url
@html = """
<iframe src='#{@url}' style='width:100%;height:100%'></iframe>
"""
@style = "width:100%;height:100%;background-color:#fff;border:none"
@html = "<iframe src='#{@url}' style='#{style}'></iframe>"
@show()