Add logo to www, also centre the page.

pull/1/head
Nicholas Marriott 2015-04-28 13:47:54 +01:00
parent bb210ce773
commit f54f3e2abe
4 changed files with 4 additions and 1 deletions

BIN
www/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -9,7 +9,7 @@
<body>
<div id="body-wrapper">
<div id="left-menu-container">
<p id="upper-left-title">tmux</p>
<img src="logo.png" alt="tmux"></img>
<ul id="left-menu">
<li><a href="http://downloads.sourceforge.net/tmux/tmux-%%RELEASE%%.tar.gz">Download</a></li>
<li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/README">README</a></li>

BIN
www/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -5,6 +5,9 @@ body {
}
#body-wrapper {
overflow: auto;
width: 900;
margin-left: auto;
margin-right: auto;
}
#upper-left-title {
font-size:xx-large;