summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2014-12-09 21:14:14 +0000
committerFbenas <philbeansburton@gmail.com>2014-12-09 21:14:14 +0000
commit3a49b507d6f7fe49501d377515d0a4197169b6db (patch)
tree311a20a64a7e9a6d9eb69b4912cecd819e84031e /index.css
parenta5244ab2166369514c7069216b2e3e3634c31a0d (diff)
added some css and formatted the tables, changed some copy
Diffstat (limited to 'index.css')
-rw-r--r--index.css26
1 files changed, 26 insertions, 0 deletions
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;
+ }