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

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: rebase 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 */
5 4
6 html { 5 html {
7 font-family: segoe ui, arial, helvetica, sans-serif; 6 font-family: segoe ui, arial, helvetica, sans-serif;
8 font-size: 13px; 7 font-size: 13px;
9 } 8 }
10 9
11 html, body { 10 html,
11 body {
12 margin: 0; 12 margin: 0;
13 min-height: 100%; 13 min-height: 100%;
14 min-width: 100%; 14 min-width: 100%;
15 padding 0; 15 padding 0;
16 position: absolute; 16 position: absolute;
17 } 17 }
18 18
19 #sync-setup-overlay { 19 #sync-setup-overlay {
20 background-color: transparent; 20 background-color: transparent;
21 margin: 0; 21 margin: 0;
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 120
121 #promo-title-container h2 { 121 #promo-title-container h2 {
122 color: rgb(102, 102, 102); 122 color: rgb(102, 102, 102);
123 font-size: 14px; 123 font-size: 14px;
124 font-weight: normal; 124 font-weight: normal;
125 } 125 }
126 126
127 #promo-learn-more { 127 #promo-learn-more {
128 display: inline-block; 128 display: inline-block;
129 } 129 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/shared/css/throbber.css ('k') | chrome/browser/resources/sync_setup_overlay.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698