cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / media / webrtc_logs.css
bloba2dd3e4ac1347ec6a8fb7e78eb6cfff010a5d09b
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 body {
6 margin: 20px;
9 h1 {
10 font-size: 156%;
11 font-weight: bold;
12 margin: 0;
13 padding-bottom: 20px;
14 padding-top: 20px;
17 html[dir=rtl] h1 {
18 background-position: right;
21 #log-banner {
22 background-color: rgb(235, 239, 250);
23 border: 1px solid #bbb;
24 border-radius: 2px;
25 font-size: 100%;
26 padding: 4px;
29 #log-list h3 {
30 font-size: 100%;
33 #log-list > div > * {
34 margin: 0.75em 0;
37 #log-list a:visited {
38 color: #666;
41 #log-list > div:not(:last-child) {
42 border-bottom: 1px solid #bbb;