From: <jh...@us...> - 2012-04-24 16:58:44
|
Revision: 316 http://etch.svn.sourceforge.net/etch/?rev=316&view=rev Author: jheiss Date: 2012-04-24 16:58:35 +0000 (Tue, 24 Apr 2012) Log Message: ----------- Fix syntax error in CSS file Modified Paths: -------------- trunk/server/app/assets/stylesheets/design.css Modified: trunk/server/app/assets/stylesheets/design.css =================================================================== --- trunk/server/app/assets/stylesheets/design.css 2012-04-21 04:22:22 UTC (rev 315) +++ trunk/server/app/assets/stylesheets/design.css 2012-04-24 16:58:35 UTC (rev 316) @@ -122,7 +122,7 @@ } -table.styled thead a { color: #fff; } +table.styled thead a { color: #fff; background-color: #666; @@ -213,7 +213,7 @@ .record_view .note { - color: grey; + color: #808080; font-weight: normal; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |