Add NumberColumn for nicely formated numbers.
[insider.git] / example / data / static / style.css
index 76b42793897508d47373e821066906fda8003e25..9c5fb3802d2d6bae63f71146256e70a4fc694a36 100644 (file)
@@ -89,4 +89,18 @@ thead tr:nth-child(odd) {
   background: #ccc;
 }
 
+span.number {
+  float: right;            /* so decimal points match up */
+  font-family: monospace;  /* so that n-place digits line up */
+  text-align: '.';  /* should work by itself, but browser support is bad */
+}
+
+span.positive {
+  color: green;
+}
+
+span.negative {
+  color: red;
+}
+
 /* </div id="content"> */