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

Side by Side Diff: appengine/chromium_status/stylesheets/cq_top_score.css

Issue 778533003: Moved chromium_status to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years 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
OLDNEW
1 @font-face { 1 @font-face {
2 font-family: press_start; 2 font-family: press_start;
3 src: local(press_start), url('/third_party/PressStart2P.ttf') format('opentype '); 3 src: local(press_start), url('/third_party/PressStart2P.ttf') format('opentype ');
4 } 4 }
5 5
6 body { 6 body {
7 font-family: press_start; 7 font-family: press_start;
8 background: black; 8 background: black;
9 color: #888888; 9 color: #888888;
10 font-size: 10px; 10 font-size: 10px;
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 line-height: 150%; 85 line-height: 150%;
86 } 86 }
87 87
88 table.legend > tbody td:first-child { 88 table.legend > tbody td:first-child {
89 width: 20%; 89 width: 20%;
90 } 90 }
91 91
92 table.legend > tbody td:last-child { 92 table.legend > tbody td:last-child {
93 width: 20%; 93 width: 20%;
94 } 94 }
OLDNEW
« no previous file with comments | « appengine/chromium_status/stylesheets/cq.css ('k') | appengine/chromium_status/stylesheets/style.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698