# HG changeset patch # User Sylvain Thénault # Date 1301995152 -7200 # Node ID 21acef4948f75b276525bf9de23ee9af6419983f # Parent 4d8c103d79b62130737e42a02933824e40941fb1 [old css] use aColor property diff -r 4d8c103d79b6 -r 21acef4948f7 web/data/cubicweb.old.css --- a/web/data/cubicweb.old.css Tue Apr 05 11:18:56 2011 +0200 +++ b/web/data/cubicweb.old.css Tue Apr 05 11:19:12 2011 +0200 @@ -56,7 +56,7 @@ } a, a:active, a:visited, a:link { - color: #ff4500; + color: %(aColor)s; text-decoration: none; }