diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-04-28 13:58:00 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-04-28 13:58:00 +0100 |
commit | e88c48ce0e80d896ff2cc9c01401e377c1e46e14 (patch) | |
tree | 1cd947969ca07f0959ec1a4c4e25f48749a5ac6f | |
parent | f54f3e2abe6266a4c8b335ec2a83ebc1c2cdd1a5 (diff) | |
download | rtmux-e88c48ce0e80d896ff2cc9c01401e377c1e46e14.tar.gz rtmux-e88c48ce0e80d896ff2cc9c01401e377c1e46e14.tar.bz2 rtmux-e88c48ce0e80d896ff2cc9c01401e377c1e46e14.zip |
This doesn't work.
-rw-r--r-- | www/index.html.in | 2 | ||||
-rw-r--r-- | www/main.css | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/www/index.html.in b/www/index.html.in index cd42cd9f..7d1b17e4 100644 --- a/www/index.html.in +++ b/www/index.html.in @@ -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> diff --git a/www/main.css b/www/main.css index 02ad98a7..28b58424 100644 --- a/www/main.css +++ b/www/main.css @@ -5,9 +5,6 @@ body { } #body-wrapper { overflow: auto; - width: 900; - margin-left: auto; - margin-right: auto; } #upper-left-title { font-size:xx-large; |