Remove background image 23/9823/1
authorRusty Lynch <rusty.lynch@intel.com>
Fri, 6 Sep 2013 17:21:11 +0000 (10:21 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Fri, 6 Sep 2013 17:22:21 +0000 (10:22 -0700)
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 <rusty.lynch@intel.com>
css/main.css
images/bg1.png [deleted file]

index 9008680..1e6ea75 100644 (file)
@@ -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 (file)
index 21257f8..0000000
Binary files a/images/bg1.png and /dev/null differ