svn commit: r1936583 - subversion/site/staging/style

[email protected] Sat, 25 Jul 2026 15:24:33 -0000
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <178499307326.2282056.13685549420142356474@svn03-he-fi>
Author: dsahlberg
Date: Sat Jul 25 15:24:33 2026
New Revision: 1936583

Log:
In site/staging:

* style/site.css
  Remove .task-table, it was used in roadmap.html but removed in r1899365.

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

Modified: subversion/site/staging/style/site.css
==============================================================================
--- subversion/site/staging/style/site.css	Sat Jul 25 14:39:51 2026	(r1936582)
+++ subversion/site/staging/style/site.css	Sat Jul 25 15:24:33 2026	(r1936583)
@@ -301,33 +301,6 @@ ul.topmenu li {
 ul.topmenu li a {
   text-decoration: none;
 }
-table.task-table td {
-  vertical-align: middle;
-}
-table.task-table td.divider {
-  background-color: rgb(245,235,160);
-}
-table.task-table .task-level-1 .task-name {
-  padding-left: 36px;
-}
-table.task-table .task-level-2 .task-name {
-  padding-left: 60px;
-}
-table.task-table .completed .task-name {
-  background: url('/images/green-light.png') no-repeat 2px 50%;
-}
-table.task-table .in-progress .task-name {
-  background: url('/images/yellow-light.png') no-repeat 2px 50%;
-}
-table.task-table .explored .task-name {
-  background: url('/images/orange-light.png') no-repeat 2px 50%;
-}
-table.task-table .not-started .task-name {
-  background: url('/images/red-light.png') no-repeat 2px 50%;
-}
-table.task-table .deferred .task-name {
-  background: url('/images/green-ellipsis-light.png') no-repeat 2px 50%;
-}
 td.success {
   background: #b7e1cd;
 }