You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2017/07/18 06:40:28 UTC

[03/16] incubator-griffin git commit: modify background color and remove possible illegal licensed background image

modify background color and remove possible illegal licensed background image


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/2425e0dd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/2425e0dd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/2425e0dd

Branch: refs/heads/master
Commit: 2425e0dd15f7bbc9d94cd36f93430b8a054da85b
Parents: e798e4d
Author: William Guo <gu...@icloud.com>
Authored: Wed Jul 5 08:58:35 2017 +0800
Committer: William Guo <gu...@icloud.com>
Committed: Wed Jul 5 08:58:35 2017 +0800

----------------------------------------------------------------------
 ui/login/background.jpg | Bin 225253 -> 0 bytes
 ui/login/login.css      |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/2425e0dd/ui/login/background.jpg
----------------------------------------------------------------------
diff --git a/ui/login/background.jpg b/ui/login/background.jpg
deleted file mode 100644
index 70e05c1..0000000
Binary files a/ui/login/background.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/2425e0dd/ui/login/login.css
----------------------------------------------------------------------
diff --git a/ui/login/login.css b/ui/login/login.css
index a4956b7..9185e01 100644
--- a/ui/login/login.css
+++ b/ui/login/login.css
@@ -17,7 +17,7 @@ html, body {
 }
 
 body {
-    background-image: url("./background.jpg");
+    background-color: lightblue;
     background-position: center center;
     background-repeat: no-repeat;
     background-attachment: fixed;