Skip to content

Commit

Permalink
More modern leaderboard style
Browse files Browse the repository at this point in the history
  • Loading branch information
Callidior committed Feb 1, 2019
1 parent 7091782 commit cf4bb38
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ This repository hosts the following website:

---

Adding new models to the leaderboard
------------------------------------
Adding a new model to the leaderboard
-------------------------------------

If you think an important CNN architecture is missing from the leaderboard on the [ciFAIR page][1] or you have come up with your own architecture outperforming the previous state-of-the-art, we would be happy to accept a pull request from you to update the leaderboard.

Expand Down
15 changes: 12 additions & 3 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,28 @@ a.button.download span {
table {
font-size: 0.9em;
margin-bottom: 20px;
border: 0 none;
}

thead {
border-bottom: 2px solid #404040;
}

td, th {
border: 1px solid #a0a0a0;
border: 0 none;
padding: 0.2em 0.6em;
}

th {
font-weight: bold;
}

td {
text-align: left;
}

th {
font-weight: bold;
tbody tr:nth-child(odd) {
background-color: rgba(255,255,255,0.4);
}


Expand Down

0 comments on commit cf4bb38

Please sign in to comment.