blob: cd8f3c0fddeed2d2f96fde7567bb5025da12ee92 [file] [log] [blame]
/* Copyright 2013 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
html,
body,
#start-page {
background-color: rgb(245, 245, 245);
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
#start-page {
-webkit-align-items: stretch;
-webkit-flex-direction: column;
-webkit-justify-content: flex-start;
-webkit-user-select: none;
box-sizing: border-box;
display: -webkit-flex;
padding: 10px;
}
<include src="recommended_apps.css"/>