mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-24 00:53:31 +01:00
This doesn't work.
This commit is contained in:
parent
f54f3e2abe
commit
e88c48ce0e
@ -9,7 +9,7 @@
|
||||
<body>
|
||||
<div id="body-wrapper">
|
||||
<div id="left-menu-container">
|
||||
<img src="logo.png" alt="tmux"></img>
|
||||
<img src="logo.png" alt="tmux" id="upper-left-title"></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>
|
||||
|
@ -5,9 +5,6 @@ body {
|
||||
}
|
||||
#body-wrapper {
|
||||
overflow: auto;
|
||||
width: 900;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
#upper-left-title {
|
||||
font-size:xx-large;
|
||||
|
Loading…
Reference in New Issue
Block a user