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

Side by Side Diff: chrome/browser/resources/options2/font_settings.css

Issue 9309116: [Clean up] Fix style guide nits in chrome/browser/resources/options2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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 #font-settings > section { 5 #font-settings > section {
6 overflow: hidden; 6 overflow: hidden;
7 } 7 }
8 8
9 .font-setting-container { 9 .font-setting-container {
10 display: -webkit-box; 10 display: -webkit-box;
(...skipping 16 matching lines...) Expand all
27 27
28 .font-input-div > div > select { 28 .font-input-div > div > select {
29 margin-bottom: 10px; 29 margin-bottom: 10px;
30 } 30 }
31 31
32 .font-input { 32 .font-input {
33 width: 100%; 33 width: 100%;
34 } 34 }
35 35
36 .font-sample-div { 36 .font-sample-div {
37 direction: ltr;
37 height: 70px; 38 height: 70px;
38 overflow: hidden; 39 overflow: hidden;
39 width: 270px; 40 width: 270px;
40 direction: ltr;
41 } 41 }
42 42
43 .font-settings-huge { 43 .font-settings-huge {
44 float: right; 44 float: right;
45 } 45 }
46 46
47 html[dir=rtl] .font-settings-huge { 47 html[dir=rtl] .font-settings-huge {
48 float: left; 48 float: left;
49 } 49 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/cookies_view.css ('k') | chrome/browser/resources/options2/handler_options.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698