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

Side by Side Diff: chrome/browser/resources/inspect/inspect.css

Issue 9724038: DevTools: convert about:workers into about:inspect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments addressed. Created 8 years, 9 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
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/inspect/inspect.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /*
2 * Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7 body {
8 font-family: Arial, sans-serif;
9 font-size: 12px;
10 margin: 10px;
11 min-width: 47em;
12 padding-bottom: 65px;
13 }
14
15 img {
16 float: left;
17 height: 16px;
18 padding-right: 5px;
19 width: 16px;
20 }
21
22 .section {
23 background-color: rgb(235, 239, 249);
24 border-top: 1px solid rgb(181, 199, 222);
25 font-weight: bold;
26 margin: 10px 0 0;
27 padding: 2px 2px;
28 }
29
30 .row {
31 border-bottom: 1px solid #A0A0A0;
32 padding: 5px;
33 }
34
35 .url {
36 color: #A0A0A0;
37 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/inspect/inspect.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698