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

Side by Side Diff: chrome/common/extensions/docs/examples/api/fontSettings/css/uber_shared.css

Issue 10907052: Font Settings API: Use Chrome settings CSS in sample extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 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.uber-frame { 5 body.uber-frame {
6 -webkit-margin-start: 155px; 6 -webkit-margin-start: 155px;
7 color: rgb(48, 57, 66); 7 color: rgb(48, 57, 66);
8 } 8 }
9 9
10 html[dir='rtl'] body.uber-frame { 10 html[dir='rtl'] body.uber-frame {
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 background-repeat: no-repeat; 154 background-repeat: no-repeat;
155 display: block; 155 display: block;
156 line-height: 24px; 156 line-height: 24px;
157 padding-left: 26px; 157 padding-left: 26px;
158 } 158 }
159 159
160 .page-banner.clickable:active .page-banner-text { 160 .page-banner.clickable:active .page-banner-text {
161 background: -webkit-linear-gradient(rgb(250, 230, 145), 161 background: -webkit-linear-gradient(rgb(250, 230, 145),
162 rgb(255, 242, 183)); 162 rgb(255, 242, 183));
163 } 163 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698