Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(554)

Side by Side Diff: infra/tools/antibody/static/leaderboard_arcade.css

Issue 1235373004: Added script to generate stats on a git checkout (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@new_antibody_db_schema
Patch Set: Rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « infra/tools/antibody/static/leaderboard.js ('k') | infra/tools/antibody/static/stats.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 @import url(https://fonts.googleapis.com/css?family=Press+Start+2P);
2
3 body {
4 height: 100%;
5 font-family: 'Press Start 2P', sans-serif;
6 }
7
8 .nav {
9 padding: 15px 0px 0px 0px;
10 background: #333;
11 }
12
13 .nav li {
14 display: inline;
15 }
16
17 .nav a {
18 color: #A3A3A3;
19 font-size: 18px;
20 padding: 14px 10px;
21 text-transform: uppercase;
22 }
23
24 .nav .gen_time {
25 color: #A3A3A3;
26 }
27
28 .leaderboard {
29 margin-top: 90px;
30 }
31
32 table {
33 width: 100%;
34 }
OLDNEW
« no previous file with comments | « infra/tools/antibody/static/leaderboard.js ('k') | infra/tools/antibody/static/stats.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698