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

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

Issue 2231143002: Cleanup: fix some CSS comment styles (especially copyrights) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaelpg@ review Created 4 years, 4 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
OLDNEW
1 /* 1 /* Copyright 2012 The Chromium Authors. All rights reserved.
2 * Copyright 2012 The Chromium Authors. All rights reserved.
3 * 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
4 * found in the LICENSE file. 3 * found in the LICENSE file. */
5 */
6 4
7 body { 5 body {
8 font-size: 12px; 6 font-size: 12px;
9 margin: 10px; 7 margin: 10px;
10 min-width: 47em; 8 min-width: 47em;
11 padding-bottom: 65px; 9 padding-bottom: 65px;
12 } 10 }
13 11
14 img { 12 img {
15 float: left; 13 float: left;
(...skipping 23 matching lines...) Expand all
39 margin: 1px; 37 margin: 1px;
40 } 38 }
41 39
42 .debug span+span { 40 .debug span+span {
43 padding-left: 5px; 41 padding-left: 5px;
44 } 42 }
45 43
46 .timestamp { 44 .timestamp {
47 color: blue; 45 color: blue;
48 } 46 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/inline_login/inline_login.css ('k') | chrome/browser/resources/local_ntp/most_visited_single.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698