X-Git-Url: http://git.tremily.us/?p=insider.git;a=blobdiff_plain;f=example%2Fdata%2Fstatic%2Fstyle.css;fp=example%2Fdata%2Fstatic%2Fstyle.css;h=9c5fb3802d2d6bae63f71146256e70a4fc694a36;hp=76b42793897508d47373e821066906fda8003e25;hb=7cc9115130aa5e48e9e3c0ff44185fc7ccb7621e;hpb=320ceef2f6c4b11e5c2d65c6b16986bb90214ddf diff --git a/example/data/static/style.css b/example/data/static/style.css index 76b4279..9c5fb38 100644 --- a/example/data/static/style.css +++ b/example/data/static/style.css @@ -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; +} + /* */