Skip to content
Snippets Groups Projects
Commit b08fcdb0 authored by colette's avatar colette
Browse files

Merge branch 'master' into 'master'

make leaderboard tables more readable

See merge request fickleheart/kart-records-site!1
parents 89a726f9 d57ff019
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ body {
border: 1px solid #888;
border-top: 0;
border-bottom: 0;
font-family: sans-serif;
}
#admin body {
......@@ -90,4 +91,30 @@ label {
float: left;
list-style: none;
margin-right: 1em;
}
table {
width: 100%;
line-height: 1.25;
border-collapse: collapse;
}
th {
background-color: #333;
color: #fff;
border-bottom: 2px dotted #ccc;
padding: 0;
}
td, th {
border-right: 1px dotted #ccc;
padding-left: 3px;
}
td:last-child {
border-right: none;
}
tr:nth-child(even) {
background-color: #eee;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment