From 8489056062c276ac9ff8cecec9722c6bd40cd8ff Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Wed, 30 Dec 2009 15:55:23 +0000 Subject: [PATCH] remove useless css attribute This height attribute was useless and make strange displaying in firefox (text entered in search field was not vertical centered, now it is). I test the displaying in FF 3.016, Konqueror 4.2.4 and Opera 9.64 and it was good on the 3. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31541 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml | 1 - bt5/tiolive_base/bt/revision | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml b/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml index 75c468b045..29f82a3881 100644 --- a/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml +++ b/bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/erp5.css.xml @@ -514,7 +514,6 @@ body {\n top: 0;\n margin-left: 3px;\n \twidth:132px;\t\n -\theight:19px;\n \t\n }\n \n diff --git a/bt5/tiolive_base/bt/revision b/bt5/tiolive_base/bt/revision index 7003e7fe1f..6139554210 100644 --- a/bt5/tiolive_base/bt/revision +++ b/bt5/tiolive_base/bt/revision @@ -1 +1 @@ -51 \ No newline at end of file +52 \ No newline at end of file -- 2.30.9