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

Side by Side Diff: chrome/browser/resources/predictors/predictors.css

Issue 9610006: Refactoring, moving and renaming the NetworkActionPredictor. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressing Dominic's comments. Created 8 years, 9 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 /* 1 /*
2 * Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 body { 7 body {
8 margin: 20px; 8 margin: 20px;
9 } 9 }
10 10
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 } 42 }
43 43
44 #databaseTable tbody > td:first-child { 44 #databaseTable tbody > td:first-child {
45 white-space: nowrap; 45 white-space: nowrap;
46 } 46 }
47 47
48 #disabledMode h2 { 48 #disabledMode h2 {
49 color: rgb(141, 51, 42); 49 color: rgb(141, 51, 42);
50 font-size: 125%; 50 font-size: 125%;
51 } 51 }
52 52
dominich 2012/03/13 14:55:21 you'll have to merge in a change here.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698