Skip to content

Commit

Permalink
added some fancyness
Browse files Browse the repository at this point in the history
  • Loading branch information
dhobi committed Jan 28, 2014
1 parent 7e61ed2 commit c4a2b22
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
16 changes: 16 additions & 0 deletions src/main/webapp/css/styles.css
Expand Up @@ -94,4 +94,20 @@ body {
#googleMap {
width:100%;
height:425px;
}

#footer {
position:absolute;
bottom:10px;
width:400px;
left:50%;
margin-left:-200px;

font-size:10px;
color:white;
text-align:center;
}

#footer a {
color:white;
}
4 changes: 3 additions & 1 deletion src/main/webapp/index.html
Expand Up @@ -27,6 +27,7 @@
</script>
</head>
<body>
<a href="https://github.com/dhobi/globalchat" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a>
<lift:comet type="ChatUser">
<div id="chat">
<div id="messages"></div>
Expand All @@ -38,7 +39,8 @@
</lift:comet>
<div id="userform"></div>
<div id="webgl"></div>
<a href="https://github.com/dhobi/globalchat" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a>

<div id="footer"><a href="http://www.liftweb.net" target="_blank">Lift</a> is the most powerful, most secure web framework available today. <br/> <a href="http://threejs.org/" target="_blank">three.js</a> - JavaScript 3D library</div>
</body>
</html>

0 comments on commit c4a2b22

Please sign in to comment.