mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 02:59:01 +08:00
added logo
This commit is contained in:
parent
2bec7ff7fb
commit
0f42c5ba0c
@ -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
BIN
examples/html/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user