From 422938e06c093d3b87c4c732c2bacdffcc7a94d1 Mon Sep 17 00:00:00 2001 From: Kevin Glowacz Date: Sun, 31 May 2009 04:49:06 +0000 Subject: [PATCH] (trunk web) html 5 doctype and as close to valid as possible --- web/index.html | 6 +++--- web/stylesheets/common.css | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/web/index.html b/web/index.html index c24ab8d2c..d80c4a309 100755 --- a/web/index.html +++ b/web/index.html @@ -1,7 +1,6 @@ - - + + - Transmission Web Interface @@ -22,6 +21,7 @@ + Transmission Web Interface diff --git a/web/stylesheets/common.css b/web/stylesheets/common.css index 4d1dd7f65..75fcfc18d 100644 --- a/web/stylesheets/common.css +++ b/web/stylesheets/common.css @@ -539,6 +539,7 @@ div#inspector_tabs { } .inspector_tab { float: left; + height: 17px; background: transparent url('../images/buttons/tab_backgrounds.png') left -1px repeat-x; border: 1px solid #888; margin: 0px 1px;