From e10a3e8ffd429a9ee8c6915c6d22305eeef07fec Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Mon, 19 Oct 2009 08:32:40 +0000
Subject: [PATCH] the default line height seems to depend on fonts, so we
 specify line-height explicitly here to get the same height for tabs.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29777 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml | 1 +
 product/ERP5/bootstrap/erp5_xhtml_style/bt/revision             | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
index 044a87f4a0..5f41b62c31 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
@@ -1087,6 +1087,7 @@ a.tree_closed {\n
   background: url(\'<dtml-var expr="portal_url()">/images/tab_left.png\') top left no-repeat;\n
   margin: 0;\n
   padding: 0 0 0 10px;\n
+  line-height: 1.2em;\n
 }\n
 \n
 .document .actions li.selected a {\n
diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
index f08bce7b1c..3f986b9191 100644
--- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
@@ -1 +1 @@
-841
\ No newline at end of file
+842
\ No newline at end of file
-- 
2.30.9