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

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

Issue 14834011: Android: use grit target platform instead of define. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missed pp_ifdef(android) Created 7 years, 7 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 | « chrome/browser/resources/about_version.html ('k') | chrome/browser/resources/flags.html » ('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 body { 5 body {
6 margin: 10px 10px 0; 6 margin: 10px 10px 0;
7 <if expr="not pp_ifdef('android')"> 7 <if expr="not is_android">
8 min-width: 47em; 8 min-width: 47em;
9 </if> 9 </if>
10 /* Should match needs-restart.height + 5 */ 10 /* Should match needs-restart.height + 5 */
11 padding-bottom: 75px; 11 padding-bottom: 75px;
12 } 12 }
13 13
14 a { 14 a {
15 color: blue; 15 color: blue;
16 font-size: 103%; 16 font-size: 103%;
17 } 17 }
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 padding-right: 15px; 176 padding-right: 15px;
177 padding-top: 15px; 177 padding-top: 15px;
178 position: fixed; 178 position: fixed;
179 width: 100%; 179 width: 100%;
180 } 180 }
181 181
182 button { 182 button {
183 font-size: 104%; 183 font-size: 104%;
184 } 184 }
185 185
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_version.html ('k') | chrome/browser/resources/flags.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698