Author: kcardineaud Date: 2011-06-10 15:00:49 +0200 (Fri, 10 Jun 2011) New Revision: 24 Url: http://nuiton.org/repositories/revision/nuiton-redmine-site/24 Log: Fix the repeat background problem when the plugin is used without the nuiton style Modified: cl-overview-project/trunk/assets/stylesheets/cl-overview-project.css Modified: cl-overview-project/trunk/assets/stylesheets/cl-overview-project.css =================================================================== --- cl-overview-project/trunk/assets/stylesheets/cl-overview-project.css 2011-06-10 09:57:46 UTC (rev 23) +++ cl-overview-project/trunk/assets/stylesheets/cl-overview-project.css 2011-06-10 13:00:49 UTC (rev 24) @@ -1,7 +1,5 @@ a.mavencentral { - background-image:url('../images/mavencentral.png'); + background-repeat:no-repeat; + background-image:url('../images/mavencentral.png'); + padding-left:18px; } - -div.boxes { - margin-top:20px; -}