| Index: chrome/test/data/webrtc/manual/stylesheet.css
|
| diff --git a/chrome/test/data/webrtc/manual/stylesheet.css b/chrome/test/data/webrtc/manual/stylesheet.css
|
| deleted file mode 100644
|
| index 18be94bbe097f7e133c4cc1d0c11b861d635e4cf..0000000000000000000000000000000000000000
|
| --- a/chrome/test/data/webrtc/manual/stylesheet.css
|
| +++ /dev/null
|
| @@ -1,125 +0,0 @@
|
| -/**
|
| - * Copyright (c) 2012 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.
|
| - */
|
| -
|
| -body, td {
|
| - font-family: Helvetica Narrow, sans-serif;
|
| - font-size: 11px;
|
| -}
|
| -
|
| -h1, h2, h3 {
|
| - margin: 6px 0px 3px 0px;
|
| -}
|
| -
|
| -a {
|
| - text-decoration: none;
|
| -}
|
| -
|
| -pre {
|
| - background-color: #eee;
|
| - margin-right: 20px;
|
| -}
|
| -
|
| -a:hover {
|
| - text-decoration: underline;
|
| -}
|
| -
|
| -textarea {
|
| - font-size: 11px;
|
| - font-family: monospace, Courier;
|
| - border: 1px solid #ccc;
|
| -}
|
| -
|
| -button {
|
| - font-size: 11px;
|
| - margin-left: 0px;
|
| -}
|
| -
|
| -input[type=text] {
|
| - border: 1px solid #ccc;
|
| -}
|
| -
|
| -input[type=checkbox] {
|
| - position: relative;
|
| - top: 2px;
|
| -}
|
| -
|
| -video {
|
| - background: #eee;
|
| - border:1px solid #aaa;
|
| -}
|
| -
|
| -.drop-down {
|
| - width: 10%;
|
| -}
|
| -
|
| -.left {
|
| - float: left;
|
| - width: 50%;
|
| -}
|
| -
|
| -.right {
|
| - width: 49%;
|
| - margin-left: auto;
|
| - position: relative;
|
| -}
|
| -
|
| -.inline-contents {
|
| - display: inline;
|
| -}
|
| -
|
| -.button-green {
|
| - background: #064;
|
| - color: #FFF;
|
| -}
|
| -
|
| -.button-red {
|
| - background: #B22;
|
| - color: #FFF;
|
| -}
|
| -
|
| -.width-100 {
|
| - width: 100%;
|
| -}
|
| -
|
| -#wrapper {
|
| - margin: 0px auto;
|
| - padding: 5px;
|
| -}
|
| -
|
| -#header {
|
| - position: fixed;
|
| - overflow: auto;
|
| - width: 100%;
|
| - height: 50px;
|
| -}
|
| -
|
| -#container {
|
| - position: fixed;
|
| - overflow: auto;
|
| - width: 100%;
|
| - height: 99%;
|
| - margin-top: 50px;
|
| -}
|
| -
|
| -#footer {
|
| - overflow: auto;
|
| - width: 100%;
|
| - height: 50%;
|
| -}
|
| -
|
| -#getusermedia-constraints {
|
| - width: 40%;
|
| -}
|
| -
|
| -#debug {
|
| - overflow: auto;
|
| - word-wrap: break-word;
|
| -}
|
| -
|
| -#messages {
|
| - overflow: auto;
|
| - word-wrap: break-word;
|
| -}
|
|
|