app/assets/stylesheets/spotlight/_exhibit_admin.scss in blacklight-spotlight-0.2.0 vs app/assets/stylesheets/spotlight/_exhibit_admin.scss in blacklight-spotlight-0.3.0

- old
+ new

@@ -63,5 +63,25 @@ @include border-right-radius($border-radius-small); } .form-control-static { display: none; } } + +.analytics { + text-align: center; + + & > tfoot > tr > th { + padding-top: 0; + border-top: 0; + text-align: center; + } + + th, td { + &:first-child { + border-left: 0; + } + + border-left: 1px solid $table-border-color; + } + + border-bottom: 1px solid $table-border-color; +} \ No newline at end of file