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

Side by Side Diff: appengine/swarming/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/swarming/server/test_env.py ('k') | appengine/swarming/swarming_bot/__main__.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 /* Copyright 2013 The LUCI Authors. All rights reserved. 1 /* Copyright 2013 The LUCI Authors. All rights reserved.
2 * Use of this source code is governed by the Apache v2.0 license that can be 2 * Use of this source code is governed under the Apache License, Version 2.0
3 * found in the LICENSE file. 3 * that can be found in the LICENSE file.
4 */ 4 */
5 table.alterning_background { 5 table.alterning_background {
6 border: 1; 6 border: 1;
7 border-color: black; 7 border-color: black;
8 border-collapse: collapse; 8 border-collapse: collapse;
9 } 9 }
10 10
11 table.alterning_background thead { 11 table.alterning_background thead {
12 color: #fff; 12 color: #fff;
13 background-color: #000; 13 background-color: #000;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 } 47 }
48 48
49 .graph { 49 .graph {
50 height: 600px; 50 height: 600px;
51 width: 100%; 51 width: 100%;
52 } 52 }
53 53
54 ul li { 54 ul li {
55 padding-top: 5px; 55 padding-top: 5px;
56 } 56 }
OLDNEW
« no previous file with comments | « appengine/swarming/server/test_env.py ('k') | appengine/swarming/swarming_bot/__main__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698