Commit 0f42c5ba authored by Sergey Lyubka's avatar Sergey Lyubka

added logo

parent 2bec7ff7
......@@ -13,7 +13,8 @@
<body>
<div id="header">
<div class="rounded infobox help-message">
<div id="logo"></div>
<div class="rounded infobox help-message" id="motd">
Chat room implemented using
<a href="http://code.google.com/p/mongoose" target="_blank">Mongoose</a>
embeddable web server.
......@@ -24,6 +25,7 @@
could be used in your application as a collaboration tool.
</div>
</div>
<div>
<div id="middle">
<div><center><span id="error" class="rounded"></span><center></div>
......
......@@ -6,6 +6,17 @@ body {
font: 13px Arial; margin: 0.5em 1em;
}
#logo {
background: url('logo.png') no-repeat ;
width: 160px;
height: 40px;
float: left;
}
#motd {
margin-left: 170px;
}
.infobox {
background: #eed;
padding: 1px 1em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment