9ae816ad43925935cde1dccb3ea288b71a02942b
custom.css
... | ... | @@ -2525,3 +2525,9 @@ nav.main-navigation |
2525 | 2525 | padding: 30px 0 |
2526 | 2526 | } |
2527 | 2527 | } |
2528 | + |
|
2529 | +/* last column in systems table? let's find out*/ |
|
2530 | +.benchmarking-systems > td:nth-child(6) |
|
2531 | +{ |
|
2532 | + background-color: red; |
|
2533 | +} |