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

Side by Side Diff: content/browser/resources/media/media_internals.css

Issue 12153002: Move chrome://media-internals to content. This allows us to hide implementation details from the pu… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 body { 5 body {
6 font-family: sans-serif; 6 font-family: sans-serif;
7 } 7 }
8 8
9 h2 { 9 h2 {
10 margin: 15px 0 5px 0; 10 margin: 15px 0 5px 0;
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 74
75 .buffered > div > div { 75 .buffered > div > div {
76 display: table-cell; 76 display: table-cell;
77 vertical-align: bottom; 77 vertical-align: bottom;
78 } 78 }
79 79
80 .buffered > div > div:first-child { 80 .buffered > div > div:first-child {
81 font-weight: bold; 81 font-weight: bold;
82 padding-right: 2px; 82 padding-right: 2px;
83 } 83 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698