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

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

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing .py files Created 8 years, 8 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 5
6 html { 6 html {
7 font-family: segoe ui, arial, helvetica, sans-serif; 7 font-family: segoe ui, arial, helvetica, sans-serif;
8 font-size: 13px; 8 font-size: 13px;
9 } 9 }
10 10
11 html, body { 11 html,
12 body {
12 margin: 0; 13 margin: 0;
13 min-height: 100%; 14 min-height: 100%;
14 min-width: 100%; 15 min-width: 100%;
15 padding 0; 16 padding 0;
16 position: absolute; 17 position: absolute;
17 } 18 }
18 19
19 #sync-setup-overlay { 20 #sync-setup-overlay {
20 background-color: transparent; 21 background-color: transparent;
21 margin: 0; 22 margin: 0;
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 121
121 #promo-title-container h2 { 122 #promo-title-container h2 {
122 color: rgb(102, 102, 102); 123 color: rgb(102, 102, 102);
123 font-size: 14px; 124 font-size: 14px;
124 font-weight: normal; 125 font-weight: normal;
125 } 126 }
126 127
127 #promo-learn-more { 128 #promo-learn-more {
128 display: inline-block; 129 display: inline-block;
129 } 130 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698