Skip to content

Commit 37bcb8f

Browse files
committed
Solution for Issue #51
[Client] UI Login CSS background-position:100px 50%;
1 parent c8aa2a3 commit 37bcb8f

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

bin/client/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var clientversion = "0.2.674"/******************************************************************************************
1+
var clientversion = "0.2.675"/******************************************************************************************
22
#
33
# Copyright 2014 Dustin Robert Hoffner
44
#

bin/client/style.css

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
background: url('img/wal.jpg');
134134
/* background-repeat:no-repeat;
135135
background-position:100px 50%;*/
136+
background-size:100% auto;
136137
z-index: 99;
137138
}
138139
/******************************************************************************************

bin/server/serverBuild.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//Server-Build Version: BETA => 0.2.674
2-
console.log(""); console.log("pragm-Websocket-Server => BUILD 0.2.674 BETA"); console.log("");
1+
//Server-Build Version: BETA => 0.2.675
2+
console.log(""); console.log("pragm-Websocket-Server => BUILD 0.2.675 BETA"); console.log("");
33
/******************************************************************************************
44
#
55
# Copyright 2014 Dustin Robert Hoffner

source/client-style/login.css

+1
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,6 @@
133133
background: url('img/wal.jpg');
134134
/* background-repeat:no-repeat;
135135
background-position:100px 50%;*/
136+
background-size:100% auto;
136137
z-index: 99;
137138
}

0 commit comments

Comments
 (0)