added logo

This commit is contained in:
Sergey Lyubka 2010-05-05 22:58:48 +01:00
parent 2bec7ff7fb
commit 0f42c5ba0c
3 changed files with 14 additions and 1 deletions

View File

@ -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 @@
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>

BIN
examples/html/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -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;