summaryrefslogtreecommitdiff
path: root/project/assets/css/stvcount.css
diff options
context:
space:
mode:
Diffstat (limited to 'project/assets/css/stvcount.css')
-rw-r--r--project/assets/css/stvcount.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/project/assets/css/stvcount.css b/project/assets/css/stvcount.css
new file mode 100644
index 0000000..ac98521
--- /dev/null
+++ b/project/assets/css/stvcount.css
@@ -0,0 +1,29 @@
+
+
+table, th, td {
+ border: 1px solid gray;
+}
+
+
+table {
+ margin: 2em auto 2em auto;
+ max-width: 59em;
+}
+
+
+th {
+ background-color:#CCCCCC;
+}
+
+
+td {
+ text-align: center;
+}
+
+
+td.left {
+ text-align: left;
+ padding-left: 1em;
+}
+
+