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

Side by Side Diff: chrome/browser/resources/about_memory_linux.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/browser_resources.grd ('k') | chrome/browser/resources/about_memory_linux.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 .summary-desc { 5 .summary-desc {
6 white-space: pre-line; 6 white-space: pre-line;
7 } 7 }
8 8
9 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(1), 9 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(1),
10 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(4), 10 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(4),
11 table.list#browserComparison tr.firstRow th:nth-child(1) { 11 table.list#browserComparison tr.firstRow th:nth-child(1) {
12 border-right: 1px solid rgb(181, 198, 222); 12 border-right: 1px solid rgb(181, 198, 222);
13 } 13 }
14 14
15 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2), 15 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2),
16 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(5), 16 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(5),
17 table.list#memoryDetails tr.firstRow th:nth-child(2) { 17 table.list#memoryDetails tr.firstRow th:nth-child(2) {
18 border-right: 1px solid rgb(181, 198, 222); 18 border-right: 1px solid rgb(181, 198, 222);
19 } 19 }
20 20
21 <if expr="pp_ifdef('android')"> 21 <if expr="is_android">
22 body { 22 body {
23 min-width: 35em; 23 min-width: 35em;
24 } 24 }
25 </if> 25 </if>
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/about_memory_linux.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698