From 3e4ca2ab20f205c81a734c5f8b9177992ee2737a Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 24 Feb 2017 17:18:28 +1100 Subject: Added email contact, revised formatting and css --- project/assets/css/stvcount.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 project/assets/css/stvcount.css (limited to 'project/assets/css/stvcount.css') 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; +} + + -- cgit