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

Side by Side Diff: chrome/browser/resources/help/help_content.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
« no previous file with comments | « chrome/browser/resources/help/help.css ('k') | chrome/browser/resources/history/history.css » ('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 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 #about-container { 5 #about-container {
7 align-items: center; 6 align-items: center;
8 display: flex; 7 display: flex;
9 } 8 }
10 9
11 #page-container #about-container { 10 #page-container #about-container {
12 margin-top: 10px; 11 margin-top: 10px;
13 } 12 }
14 13
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 } 169 }
171 170
172 #regulatory-label-container { 171 #regulatory-label-container {
173 padding-top: 32px; 172 padding-top: 32px;
174 } 173 }
175 174
176 #regulatory-label { 175 #regulatory-label {
177 display: block; 176 display: block;
178 width: 330px; 177 width: 330px;
179 } 178 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/help/help.css ('k') | chrome/browser/resources/history/history.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698