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

Side by Side Diff: appengine/isolate/static/default.css

Issue 2013943002: Changing license header, again! (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: Fixed third parties Created 4 years, 7 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 | « appengine/isolate/model_test.py ('k') | appengine/isolate/stats.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /** 1 /**
2 * Copyright 2013 The LUCI Authors. All rights reserved. 2 * Copyright 2013 The LUCI Authors. All rights reserved.
3 * Use of this source code is governed by the Apache v2.0 license that can be 3 * Use of this source code is governed under the Apache License, Version 2.0
4 * found in the LICENSE file. 4 * that can be found in the LICENSE file.
5 **/ 5 **/
6 6
7 th { 7 th {
8 color: #fff; 8 color: #fff;
9 background-color: #000; 9 background-color: #000;
10 padding-left: 1em; 10 padding-left: 1em;
11 padding-right: 1em; 11 padding-right: 1em;
12 } 12 }
13 13
14 td { 14 td {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 } 49 }
50 50
51 .data_table tr:not(:first-child) { 51 .data_table tr:not(:first-child) {
52 font-family: "Courier New", monospace; 52 font-family: "Courier New", monospace;
53 } 53 }
54 54
55 .graph { 55 .graph {
56 height: 600px; 56 height: 600px;
57 width: 100%; 57 width: 100%;
58 } 58 }
OLDNEW
« no previous file with comments | « appengine/isolate/model_test.py ('k') | appengine/isolate/stats.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698