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

Side by Side Diff: chrome/browser/resources/ntp4/guest_tab.css

Issue 1440113002: [MD] Change appearance of incognito NTP to MD spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/ntp4/guest_tab.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 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 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 a {
6 margin: 10px 8px; 6 color: rgb(51, 103, 214);
7 } 7 }
8
9 .icon {
10 -webkit-margin-end: 3px;
11 -webkit-margin-start: 6px;
12 }
13
14 html[dir='ltr'] .icon {
15 float: right;
16 }
17
18 html[dir='rtl'] .icon {
19 float: left;
20 }
21
22 .content {
23 background-color: #eee;
24 border-radius: 5px;
25 color: black;
26 margin-left: auto;
27 margin-right: auto;
28 margin-top: 66px;
29 max-width: 600px;
30 padding: 10px;
31 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/ntp4/guest_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698