From b52878be3356b901c83d1ce5aef15eaebc01b3a7 Mon Sep 17 00:00:00 2001 From: josh Date: Sun, 4 Nov 2012 13:37:50 +0000 Subject: [PATCH] Main View: Use 100% height instead of 1024px * Now displays properly on devices with a screen res of > 1024px Open-webOS-DCO-1.0-Signed-off-by: Josh Palmer --- css/browser.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/browser.css b/css/browser.css index c79103a..01ab504 100644 --- a/css/browser.css +++ b/css/browser.css @@ -26,7 +26,7 @@ .startpage { background: #313131 url(../images/background-startpage.png) center center no-repeat ; -webkit-background-size: 100% 100%; - height: 1024px; + height: 100%; /* background-color: #323232; background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 250, from(#5c5d5f), color-stop(0.1, #3c3c3c), to(#101010)); @@ -38,7 +38,7 @@ } .startpage .startpage-placeholder-tall { - height: 1024px; + height: 100%; } /* AddressBar */