From f54f3e2abe6266a4c8b335ec2a83ebc1c2cdd1a5 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 28 Apr 2015 13:47:54 +0100 Subject: Add logo to www, also centre the page. --- www/favicon.ico | Bin 0 -> 6518 bytes www/index.html.in | 2 +- www/logo.png | Bin 0 -> 2701 bytes www/main.css | 3 +++ 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 www/favicon.ico create mode 100644 www/logo.png diff --git a/www/favicon.ico b/www/favicon.ico new file mode 100644 index 00000000..6e5398a7 Binary files /dev/null and b/www/favicon.ico differ diff --git a/www/index.html.in b/www/index.html.in index e9ec46bd..cd42cd9f 100644 --- a/www/index.html.in +++ b/www/index.html.in @@ -9,7 +9,7 @@
-

tmux

+ tmux
  • Download
  • README
  • diff --git a/www/logo.png b/www/logo.png new file mode 100644 index 00000000..a13e3d7f Binary files /dev/null and b/www/logo.png differ diff --git a/www/main.css b/www/main.css index 28b58424..02ad98a7 100644 --- a/www/main.css +++ b/www/main.css @@ -5,6 +5,9 @@ body { } #body-wrapper { overflow: auto; + width: 900; + margin-left: auto; + margin-right: auto; } #upper-left-title { font-size:xx-large; -- cgit