aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/index.html.in2
-rw-r--r--www/main.css3
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;