cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / instant / instant.css
blob4e47245295ab6d5920b1b849d50ac3c36703beab
1 /*
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
4 * found in the LICENSE file.
5 */
7 body {
8 font-family: Arial, sans-serif;
9 font-size: 12px;
10 margin: 10px;
11 min-width: 47em;
12 padding-bottom: 65px;
15 img {
16 float: left;
17 height: 16px;
18 padding-right: 5px;
19 width: 16px;
22 .section {
23 background-color: rgb(235, 239, 249);
24 border-top: 1px solid rgb(181, 199, 222);
25 font-weight: bold;
26 margin: 10px 0 0;
27 padding: 2px 2px;
30 .row {
31 border-bottom: 1px solid #a0a0a0;
32 padding: 5px;
35 .url {
36 color: #a0a0a0;
39 .debug {
40 margin: 1px;
43 .debug span+span {
44 padding-left: 5px;
47 .timestamp {
48 color: blue;