diff --git a/www/css/index.css b/www/css/index.css index 51daa797c6..c34e47df73 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -47,8 +47,9 @@ body { /* Portrait layout (default) */ .app { - background:url(../img/logo.png) no-repeat center top; /* 170px x 200px */ - position:absolute; /* position in the center of the screen */ + background:url(../img/logo.svg) no-repeat center top; /* 170px x 200px */ + position:absolute; + background-size:80%; /* position in the center of the screen */ left:50%; top:50%; height:50px; /* text area height */ @@ -66,6 +67,7 @@ body { padding:75px 0px 75px 170px; /* padding-top + padding-bottom + text area = image height */ margin:-90px 0px 0px -198px; /* offset vertical: half of image height */ /* offset horizontal: half of image width and text area width */ + background-size:45%; } } diff --git a/www/img/logo.png b/www/img/logo.png deleted file mode 100644 index c62ab2fec5..0000000000 Binary files a/www/img/logo.png and /dev/null differ diff --git a/www/img/logo.svg b/www/img/logo.svg new file mode 100644 index 0000000000..78ddb177b0 --- /dev/null +++ b/www/img/logo.svg @@ -0,0 +1 @@ +phonegap \ No newline at end of file