Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / print_preview / no_destinations_promo.css
blobf1d8de8e74dd6da2f9856b1aa73a25408620079c
1 /* Copyright (c) 2012 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 #no-destinations-promo {
6 z-index: 2;
9 #no-destinations-promo .page {
10 width: 510px;
13 .hbox {
14 -webkit-box-orient: horizontal;
15 display: -webkit-box;
18 .stretch {
19 -webkit-box-flex: 1;