custom.css
... ...
@@ -2533,7 +2533,9 @@ nav.main-navigation
2533 2533
background-color: red;
2534 2534
}
2535 2535
*/
2536
-div.systems-no_op_for_css + table > tbody > tr:nth-child(2) > td:nth-child(6)
2536
+/*div.systems-no_op_for_css + table > tbody > tr:nth-child(2) > td:nth-child(6)*/
2537
+div.systems-no_op_for_css + table > tbody > tr > td:nth-child(6)
2537 2538
{
2538
- background-color: yellow;
2539
+ background-color: green;
2540
+ text-align: left;
2539 2541
}