From 3a49b507d6f7fe49501d377515d0a4197169b6db Mon Sep 17 00:00:00 2001 From: Fbenas Date: Tue, 9 Dec 2014 21:14:14 +0000 Subject: added some css and formatted the tables, changed some copy --- index.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 index.css (limited to 'index.css') diff --git a/index.css b/index.css new file mode 100644 index 0000000..782c528 --- /dev/null +++ b/index.css @@ -0,0 +1,26 @@ +table th { + text-align: left; +} +table tbody { + background-color: lightblue; +} +table tr:nth-child(even) { + background-color: white; +} + +table.users { + margin-bottom: 20px; +} + table.users td { + width: 110px; + } + +table.rankings { + +} + table.rankings td { + width: 110px; + } + table.rankings tr td:first-child { + font-weight: bold; + } -- cgit v1.2.3