resources/assets/style.css in polytrix-0.1.3 vs resources/assets/style.css in polytrix-0.1.4

- old
+ new

@@ -1,4 +1,19 @@ +.table td { + padding: 7px 10px; + vertical-align: top; + text-align: left; + border: 1px solid #ddd; +} + +.table a:visited { + color: #000000; +} + +.table a:link { + color: #000000; +} + .passed { background-color: green; } .partial { background-color: #FF9900;