cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / app_list / start_page.css
blobcd8f3c0fddeed2d2f96fde7567bb5025da12ee92
1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 html,
6 body,
7 #start-page {
8 background-color: rgb(245, 245, 245);
9 height: 100%;
10 margin: 0;
11 overflow: hidden;
12 padding: 0;
13 width: 100%;
16 #start-page {
17 -webkit-align-items: stretch;
18 -webkit-flex-direction: column;
19 -webkit-justify-content: flex-start;
20 -webkit-user-select: none;
21 box-sizing: border-box;
22 display: -webkit-flex;
23 padding: 10px;
26 <include src="recommended_apps.css"/>