lib/rubycritic/generators/html/assets/stylesheets/application.css in rubycritic-4.1.0 vs lib/rubycritic/generators/html/assets/stylesheets/application.css in rubycritic-4.2.0

- old
+ new

@@ -275,27 +275,27 @@ /*TH*/ .table th { color: #4e4d4d; font-weight: bold; } -.table.code th:nth-child(1) { +.table.code th.center { text-align: center; } -.table.code th:nth-child(2) { +.table.code th.left { text-align: left; } .table.code th { text-align: right; } /*TD*/ .table td { color: #777575; } -.table.code td:nth-child(1) { +.table.code td.center { text-align: center; } -.table.code td:nth-child(2) { +.table.code td.left { text-align: left; } .table.code td { text-align: right; }