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

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

Issue 11227018: Font Settings API: UI overhaul of example extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update version and description string Created 8 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/examples/api/fontSettings/css/overlay.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 list, 5 list,
6 grid { 6 grid {
7 display: block; 7 display: block;
8 outline: none; 8 outline: none;
9 overflow: auto; 9 overflow: auto;
10 position: relative; /* Make sure that item offsets are relative to the 10 position: relative; /* Make sure that item offsets are relative to the
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 select):not(.custom-appearance):not(.link-button) { 104 select):not(.custom-appearance):not(.link-button) {
105 line-height: normal; 105 line-height: normal;
106 margin: 0; 106 margin: 0;
107 vertical-align: middle; 107 vertical-align: middle;
108 } 108 }
109 109
110 list > [hidden], 110 list > [hidden],
111 grid > [hidden] { 111 grid > [hidden] {
112 display: none; 112 display: none;
113 } 113 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/examples/api/fontSettings/css/overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698