Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / media_router / media_router.css
blobe44f31bfa134d5ad38b04cc5765e4573ee691e42
1 /* Copyright 2015 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 body {
6 font-family: Roboto;
7 font-size: 0.75em;
8 margin: 0;
11 #media-router-container {
12 background-color: rgb(246, 246, 246);
13 display: flex;
14 flex-direction: column;