]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/public/css/main.css
We have pie charts.
[bluechips.git] / bluechips / public / css / main.css
index acaa339ddf47f5349a9056e9545cb6a9ede40256..a87782b8017fdec6ef8b4a95317acfbe4a077f39 100644 (file)
@@ -85,6 +85,12 @@ table.list td.share {
 table.list td.editlink {
     width: 30px;
 }
+table.list td.total {
+   border-top: 1px solid #bbb;
+   text-align: right;
+   font-weight: bold;
+}
+
 #totals {
     margin-bottom: 10px;
 }
@@ -151,3 +157,7 @@ span.see-all {
     font-weight: bold;
     border-bottom: 1px solid #bbb;
 }
+
+div.pie {
+    float: right;
+}