Commit e10a3e8f authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

the default line height seems to depend on fonts, so we specify line-height...

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
parent 5884ed81
......@@ -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
......
841
\ No newline at end of file
842
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment