Commit b9e76e30 authored by Christophe Dumez's avatar Christophe Dumez

Fixed links color to match html style

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9331 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b3997745
......@@ -317,7 +317,7 @@
</item>
<item>
<key> <string>link_color</string> </key>
<value> <string>#222</string> </value>
<value> <string>#002e3f</string> </value>
</item>
<item>
<key> <string>link_hover_color</string> </key>
......@@ -813,6 +813,10 @@ fieldset.bottom .field label {\n
float: left;\n
}\n
\n
#breadcrumb a {\n
color: <dtml-var link_color>;\n
}\n
\n
#logged_in_as {\n
float: right;\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