9 Dec
2010
9 Dec
'10
3:26 p.m.
Author: vbriand Date: 2010-12-09 16:26:41 +0100 (Thu, 09 Dec 2010) New Revision: 131 Url: http://chorem.org/repositories/revision/bow/131 Log: Fixed the links color in the footer Modified: trunk/src/main/webapp/css/global.css Modified: trunk/src/main/webapp/css/global.css =================================================================== --- trunk/src/main/webapp/css/global.css 2010-12-09 15:10:22 UTC (rev 130) +++ trunk/src/main/webapp/css/global.css 2010-12-09 15:26:41 UTC (rev 131) @@ -99,8 +99,11 @@ padding-top:30px; } +#footer a{ + color:#bf8a9c; +} + #footer p{ - color:#bf8a9c; font-size:14px; text-align:center; line-height:50px;