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

Side by Side Diff: milo/frontend/appengine/static/buildbot/css/default.css

Issue 2953183002: Fix milo deployment (Closed)
Patch Set: License header fix Created 3 years, 6 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
OLDNEW
1 /* Copyright 2015 The LUCI Authors. All rights reserved. 1 /* Copyright 2015 The LUCI Authors. All rights reserved.
2 * Use of this source code is governed under the Apache License, Version 2.0 2 * Use of this source code is governed under the Apache License, Version 2.0
3 * that can be found in the LICENSE file. 3 * that can be found in the LICENSE file.
4 */ 4 */
5 5
6 body.interface { 6 body.interface {
7 margin-left: 30px; 7 margin-left: 30px;
8 margin-right: 30px; 8 margin-right: 30px;
9 margin-top: 20px; 9 margin-top: 20px;
10 margin-bottom: 50px; 10 margin-bottom: 50px;
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 display: none; 761 display: none;
762 } 762 }
763 763
764 .interesting .verbosity-Hidden { 764 .interesting .verbosity-Hidden {
765 display: none; 765 display: none;
766 } 766 }
767 767
768 .interesting .verbosity-Normal { 768 .interesting .verbosity-Normal {
769 display: none; 769 display: none;
770 } 770 }
OLDNEW
« no previous file with comments | « milo/frontend/appengine/static/bootstrap/third_party/js/bootstrap.min.js ('k') | milo/frontend/appengine/static/common/auth » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698