[Erp5-report] r9331 - /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Aug 22 17:02:14 CEST 2006
Author: chris
Date: Tue Aug 22 17:02:10 2006
New Revision: 9331
URL: http://svn.erp5.org?rev=9331&view=rev
Log:
Fixed links color to match html style
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml?rev=9331&r1=9330&r2=9331&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.css.xml Tue Aug 22 17:02:10 2006
@@ -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 @@
float: left;\n
}\n
\n
+#breadcrumb a {\n
+ color: <dtml-var link_color>;\n
+}\n
+\n
#logged_in_as {\n
float: right;\n
}\n
More information about the Erp5-report
mailing list