Commit 9c4b84ff authored by Vincent Pelletier's avatar Vincent Pelletier

Disable fixed line height : it was messing with minus sign (sometimes a line...

Disable fixed line height : it was messing with minus sign (sometimes a line below another was hiding the minus sign).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7728 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fdfdeb7f
......@@ -15,16 +15,7 @@
<item>
<key> <string>__ac_local_roles__</string> </key>
<value>
<dictionary>
<item>
<key> <string>vincent</string> </key>
<value>
<list>
<string>Owner</string>
</list>
</value>
</item>
</dictionary>
<none/>
</value>
</item>
<item>
......@@ -56,13 +47,7 @@
<item>
<key> <string>_owner</string> </key>
<value>
<tuple>
<list>
<string>nexedi</string>
<string>acl_users</string>
</list>
<string>vincent</string>
</tuple>
<none/>
</value>
</item>
<item>
......
......@@ -66,7 +66,7 @@ BODY {\n
padding:0px;\n
font-family: &dtml-default_font_family;;\n
font-size: &dtml-default_font_size;;\n
line-height: &dtml-default_font_size;;\n
/* line-height: &dtml-default_font_size;;*/\n
text-decoration: none;\n
font-style: normal;\n
color: &dtml-default_font_color;;\n
......@@ -146,7 +146,7 @@ TABLE.px{\n
\n
.Breadcrumb{\n
color: &dtml-default_font_color;;\n
line-height: 23px;\n
/* line-height: 23px;*/\n
vertical-align: middle;\n
}\n
\n
......@@ -517,7 +517,7 @@ td.ModuleShortcut p{\n
padding:3px;\n
font-family: &dtml-default_font_family;;\n
font-size: &dtml-default_font_size;;\n
line-height: &dtml-default_font_size;;\n
/* line-height: &dtml-default_font_size;;*/\n
text-decoration: none;\n
font-style: normal;\n
}\n
......
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