Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8624)

Unified Diff: chrome/test/data/webrtc/manual/stylesheet.css

Issue 609733002: Replace peerconnection.html with a redirect to github. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed HTML errors Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/webrtc/manual/peerconnection_manual.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
-}
« no previous file with comments | « chrome/test/data/webrtc/manual/peerconnection_manual.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698