Author: brane
Date: Thu Feb 26 07:48:10 2015
New Revision: 1662372

URL: http://svn.apache.org/r1662372
Log:
* site/publish/style/site.css: Update task status images.

Modified:
    subversion/site/publish/style/site.css

Modified: subversion/site/publish/style/site.css
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/style/site.css?rev=1662372&r1=1662371&r2=1662372&view=diff
==============================================================================
--- subversion/site/publish/style/site.css (original)
+++ subversion/site/publish/style/site.css Thu Feb 26 07:48:10 2015
@@ -244,19 +244,19 @@ table.task-table .task-level-2 .task-nam
   padding-left: 60px;
 }
 table.task-table .completed .task-name {
-  background: url('/images/green-light.png') no-repeat;
+  background: url('/images/green-light.png') no-repeat left 50%;
 }
 table.task-table .in-progress .task-name {
-  background: url('/images/yellow-light.png') no-repeat;
+  background: url('/images/yellow-light.png') no-repeat left 50%;
 }
 table.task-table .explored .task-name {
-  background: url('/images/orange-light.png') no-repeat;
+  background: url('/images/orange-light.png') no-repeat left 50%;
 }
 table.task-table .not-started .task-name {
-  background: url('/images/red-light.gif') no-repeat;
+  background: url('/images/red-light.png') no-repeat left 50%;
 }
 table.task-table .deferred .task-name {
-  background: url('/images/green-ellipsis-light.png') no-repeat;
+  background: url('/images/green-ellipsis-light.png') no-repeat left 50%;
 }
 .ss {
   font-size: 50%;


Reply via email to