- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / media / webrtc_logs.css
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. */
4
5 body {
6   margin: 20px;
7 }
8
9 h1 {
10   font-size: 156%;
11   font-weight: bold;
12   margin: 0;
13   padding-bottom: 20px;
14   padding-top: 20px;
15 }
16
17 html[dir=rtl] h1 {
18   background-position: right;
19 }
20
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;
27 }
28
29 #log-list h3 {
30   font-size: 100%;
31 }
32
33 #log-list > div > * {
34   margin: 0.75em 0;
35 }
36
37 #log-list a:visited {
38   color: #666;
39 }
40
41 #log-list > div:not(:last-child) {
42   border-bottom: 1px solid #bbb;
43 }