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

Side by Side Diff: chrome/browser/resources/help/channel_change_page.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/gaia_auth/main.css ('k') | chrome/browser/resources/help/help.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 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 */
5 4
6 #channel-change-page { 5 #channel-change-page {
7 min-height: 200px; 6 min-height: 200px;
8 width: 500px; 7 width: 500px;
9 } 8 }
10 9
11 .channel-change-page-channel label { 10 .channel-change-page-channel label {
12 margin-left: 10px; 11 margin-left: 10px;
13 } 12 }
14 13
(...skipping 10 matching lines...) Expand all
25 } 24 }
26 25
27 .selected-channel-requires-powerwash 26 .selected-channel-requires-powerwash
28 .show-when-selected-channel-requires-powerwash, 27 .show-when-selected-channel-requires-powerwash,
29 .selected-channel-requires-delayed-update 28 .selected-channel-requires-delayed-update
30 .show-when-selected-channel-requires-delayed-update, 29 .show-when-selected-channel-requires-delayed-update,
31 .selected-channel-good .show-when-selected-channel-good, 30 .selected-channel-good .show-when-selected-channel-good,
32 .selected-channel-unstable .show-when-selected-channel-unstable { 31 .selected-channel-unstable .show-when-selected-channel-unstable {
33 display: block !important; 32 display: block !important;
34 } 33 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/gaia_auth/main.css ('k') | chrome/browser/resources/help/help.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698