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

Side by Side Diff: chrome/common/extensions/docs/examples/api/processes/show_tabs/popup.css

Issue 8318001: Adding `content_security_policy` to a few sample extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Docs. Zips. Created 9 years, 2 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
(Empty)
1 /**
2 * Copyright (c) 2011 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 overflow: hidden;
9 margin: 0px;
10 padding: 0px;
11 background: white;
12 width: 400px;
13 }
14
15 div:first-child {
16 margin-top: 0px;
17 }
18
19 div {
20 padding: 1px 3px;
21 font-family: sans-serif;
22 font-size: 10pt;
23 width: 400px;
24 margin-top: 1px;
25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698