Skip to content

Commit 35cebbc

Browse files
committed
compiled
1 parent d59eb47 commit 35cebbc

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

bin/client/script.js

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

bin/client/style.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@
130130
bottom: 0px;
131131
left: 0px;
132132
right: 0px;
133-
background: url('img/wal.png');
133+
background: url('img/wal.jpg');
134+
background-repeat:no-repeat;
135+
background-position:100px 50%;
134136
z-index: 99;
135137
}
136138
/******************************************************************************************

bin/server/serverBuild.js

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

0 commit comments

Comments
 (0)