From 5d43fdffbe6370f6c96705bc0729b743fb49d376 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sun, 30 Sep 2007 00:28:41 +0200 Subject: [PATCH] Remove useless css attributes Signed-off-by: Florent Bruneau --- htdocs/css/default.css | 2 -- htdocs/css/keynote.css | 2 -- htdocs/css/openweb.css | 2 -- 3 files changed, 6 deletions(-) diff --git a/htdocs/css/default.css b/htdocs/css/default.css index cfe5c39..39d5aee 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -304,7 +304,6 @@ div.long td.rt { width: 65%; } .wizard .wiz_header .wiz_tab { background; url('../images/skins/wiz_normal.png') #aaa top left repeat-x; - vertical-align: middle; height: 100%; text-align: center; font-size: 75%; @@ -324,7 +323,6 @@ div.long td.rt { width: 65%; } .wizard .wiz_header a { color: #000; text-decoration: none; - vertical-align: middle; } .wizard .wiz_header a.active { diff --git a/htdocs/css/keynote.css b/htdocs/css/keynote.css index 334b8fe..725bc91 100644 --- a/htdocs/css/keynote.css +++ b/htdocs/css/keynote.css @@ -316,7 +316,6 @@ div.long td.rt { width: 65%; } .wizard .wiz_header .wiz_tab { background; url('../images/skins/wiz_normal.png') #aaa top left repeat-x; - vertical-align: middle; height: 100%; text-align: center; font-size: 75%; @@ -336,7 +335,6 @@ div.long td.rt { width: 65%; } .wizard .wiz_header a { color: #000; text-decoration: none; - vertical-align: middle; } .wizard .wiz_header a.active { diff --git a/htdocs/css/openweb.css b/htdocs/css/openweb.css index b7b64e0..8644bba 100644 --- a/htdocs/css/openweb.css +++ b/htdocs/css/openweb.css @@ -295,7 +295,6 @@ div.long td.rt { width: 65%; } .wizard .wiz_header .wiz_tab { background; url('../images/skins/wiz_normal.png') #aaa top left repeat-x; - vertical-align: middle; height: 100%; text-align: center; font-size: 75%; @@ -315,7 +314,6 @@ div.long td.rt { width: 65%; } .wizard .wiz_header a { color: #000; text-decoration: none; - vertical-align: middle; } .wizard .wiz_header a.active { -- 2.1.4