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 @@ ...@@ -15,16 +15,7 @@
<item> <item>
<key> <string>__ac_local_roles__</string> </key> <key> <string>__ac_local_roles__</string> </key>
<value> <value>
<dictionary> <none/>
<item>
<key> <string>vincent</string> </key>
<value>
<list>
<string>Owner</string>
</list>
</value>
</item>
</dictionary>
</value> </value>
</item> </item>
<item> <item>
...@@ -56,13 +47,7 @@ ...@@ -56,13 +47,7 @@
<item> <item>
<key> <string>_owner</string> </key> <key> <string>_owner</string> </key>
<value> <value>
<tuple> <none/>
<list>
<string>nexedi</string>
<string>acl_users</string>
</list>
<string>vincent</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
......
...@@ -66,7 +66,7 @@ BODY {\n ...@@ -66,7 +66,7 @@ BODY {\n
padding:0px;\n padding:0px;\n
font-family: &dtml-default_font_family;;\n font-family: &dtml-default_font_family;;\n
font-size: &dtml-default_font_size;;\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 text-decoration: none;\n
font-style: normal;\n font-style: normal;\n
color: &dtml-default_font_color;;\n color: &dtml-default_font_color;;\n
...@@ -146,7 +146,7 @@ TABLE.px{\n ...@@ -146,7 +146,7 @@ TABLE.px{\n
\n \n
.Breadcrumb{\n .Breadcrumb{\n
color: &dtml-default_font_color;;\n color: &dtml-default_font_color;;\n
line-height: 23px;\n /* line-height: 23px;*/\n
vertical-align: middle;\n vertical-align: middle;\n
}\n }\n
\n \n
...@@ -517,7 +517,7 @@ td.ModuleShortcut p{\n ...@@ -517,7 +517,7 @@ td.ModuleShortcut p{\n
padding:3px;\n padding:3px;\n
font-family: &dtml-default_font_family;;\n font-family: &dtml-default_font_family;;\n
font-size: &dtml-default_font_size;;\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 text-decoration: none;\n
font-style: normal;\n font-style: normal;\n
}\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