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

added logo

parent 2bec7ff7
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
<body> <body>
<div id="header"> <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 Chat room implemented using
<a href="http://code.google.com/p/mongoose" target="_blank">Mongoose</a> <a href="http://code.google.com/p/mongoose" target="_blank">Mongoose</a>
embeddable web server. embeddable web server.
...@@ -24,6 +25,7 @@ ...@@ -24,6 +25,7 @@
could be used in your application as a collaboration tool. could be used in your application as a collaboration tool.
</div> </div>
</div> </div>
<div>
<div id="middle"> <div id="middle">
<div><center><span id="error" class="rounded"></span><center></div> <div><center><span id="error" class="rounded"></span><center></div>
......
...@@ -6,6 +6,17 @@ body { ...@@ -6,6 +6,17 @@ body {
font: 13px Arial; margin: 0.5em 1em; 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 { .infobox {
background: #eed; background: #eed;
padding: 1px 1em; 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