From: Rusty Lynch Date: Fri, 6 Sep 2013 17:21:11 +0000 (-0700) Subject: Remove background image X-Git-Tag: submit/tizen/20130906.201120~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F9823%2F1;p=profile%2Fivi%2FMediaPlayer.git Remove background image The background image is not visually helping the application, and only adding to the start time of the app Change-Id: If8068e3ac0114a9616f241aa7e911bc7d2cb83d6 Signed-off-by: Rusty Lynch --- diff --git a/css/main.css b/css/main.css index 9008680..1e6ea75 100644 --- a/css/main.css +++ b/css/main.css @@ -14,7 +14,7 @@ html { - background:url(../images/bg1.png) no-repeat center center; + background-color: black; min-height: 100%; background-size:cover; } diff --git a/images/bg1.png b/images/bg1.png deleted file mode 100644 index 21257f8..0000000 Binary files a/images/bg1.png and /dev/null differ