diff options
author | Jed Barber <jjbarber@y7mail.com> | 2017-02-24 17:18:28 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2017-02-24 17:18:28 +1100 |
commit | 3e4ca2ab20f205c81a734c5f8b9177992ee2737a (patch) | |
tree | d1d6ed9d8be42cd658c91846164910faf0353df0 /project/assets | |
parent | 22d542b0d526fa345027c510c219f25f4e850f53 (diff) |
Added email contact, revised formatting and css
Diffstat (limited to 'project/assets')
-rw-r--r-- | project/assets/css/about.css | 14 | ||||
-rw-r--r-- | project/assets/css/default.css | 32 | ||||
-rw-r--r-- | project/assets/css/index.css | 12 | ||||
-rw-r--r-- | project/assets/css/stvcount.css | 29 |
4 files changed, 55 insertions, 32 deletions
diff --git a/project/assets/css/about.css b/project/assets/css/about.css new file mode 100644 index 0000000..eb2d3c1 --- /dev/null +++ b/project/assets/css/about.css @@ -0,0 +1,14 @@ + + +table { + margin-top: 2em; + margin-bottom: 2em; +} + + +td { + padding-left: 1em; + padding-right: 1em; +} + + diff --git a/project/assets/css/default.css b/project/assets/css/default.css index 457a702..38cc432 100644 --- a/project/assets/css/default.css +++ b/project/assets/css/default.css @@ -38,27 +38,6 @@ p { } -table, th, td { - border: 1px solid gray; -} - - -table { - margin: 2em auto 2em auto; - max-width: 59em; -} - - -th { - background-color:#CCCCCC; -} - - -td { - text-align: center; -} - - /* A bunch of nonsense to make the navbar @@ -86,14 +65,3 @@ nav ul li { } - - -/* Formatting the index list differently - from regular lists. */ - -ul.index { - text-align: center; - list-style-type: none; - margin-top: 1.5cm; -} - diff --git a/project/assets/css/index.css b/project/assets/css/index.css new file mode 100644 index 0000000..7257410 --- /dev/null +++ b/project/assets/css/index.css @@ -0,0 +1,12 @@ + + +/* Formatting the index list differently + from regular lists. */ + +ul.index { + text-align: center; + list-style-type: none; + margin-top: 1.5cm; +} + + 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; +} + + |