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

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

Issue 12386019: Instant: Use only one hidden WebContents per profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 * Copyright 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 font-family: Arial, sans-serif; 8 font-family: Arial, sans-serif;
9 font-size: 12px; 9 font-size: 12px;
10 margin: 10px; 10 margin: 10px;
11 min-width: 47em; 11 min-width: 47em;
12 padding-bottom: 65px; 12 padding-bottom: 65px;
(...skipping 27 matching lines...) Expand all
40 margin: 1px; 40 margin: 1px;
41 } 41 }
42 42
43 .debug span+span { 43 .debug span+span {
44 padding-left: 5px; 44 padding-left: 5px;
45 } 45 }
46 46
47 .timestamp { 47 .timestamp {
48 color: blue; 48 color: blue;
49 } 49 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698