Fix data-table label to not be monospace

This commit is contained in:
filp
2013-04-12 19:29:39 +01:00
parent 393782e474
commit bb78a6e17a
+3
View File
@@ -212,6 +212,9 @@ header {
.data-table {
width: 100%;
margin: 10px 0;
}
.data-table tbody {
font: 13px consolas, monospace;
}