mirror of
https://github.com/tmux/tmux.git
synced 2024-12-14 02:48:47 +00:00
Add logo to www, also centre the page.
This commit is contained in:
parent
bb210ce773
commit
f54f3e2abe
BIN
www/favicon.ico
Normal file
BIN
www/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
@ -9,7 +9,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="body-wrapper">
|
<div id="body-wrapper">
|
||||||
<div id="left-menu-container">
|
<div id="left-menu-container">
|
||||||
<p id="upper-left-title">tmux</p>
|
<img src="logo.png" alt="tmux"></img>
|
||||||
<ul id="left-menu">
|
<ul id="left-menu">
|
||||||
<li><a href="http://downloads.sourceforge.net/tmux/tmux-%%RELEASE%%.tar.gz">Download</a></li>
|
<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>
|
<li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/README">README</a></li>
|
||||||
|
BIN
www/logo.png
Normal file
BIN
www/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
@ -5,6 +5,9 @@ body {
|
|||||||
}
|
}
|
||||||
#body-wrapper {
|
#body-wrapper {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
width: 900;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
#upper-left-title {
|
#upper-left-title {
|
||||||
font-size:xx-large;
|
font-size:xx-large;
|
||||||
|
Loading…
Reference in New Issue
Block a user