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

Side by Side Diff: chrome/browser/resources/chromeos/login/screen_app_launch_splash.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 /* 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 #app-launch-splash { 5 #app-launch-splash {
7 -webkit-box-align: center; 6 -webkit-box-align: center;
8 -webkit-box-pack: center; 7 -webkit-box-pack: center;
9 background: white; 8 background: white;
10 display: -webkit-box; 9 display: -webkit-box;
11 } 10 }
12 11
13 #splash-content { 12 #splash-content {
14 -webkit-box-align: center; 13 -webkit-box-align: center;
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 } 63 }
65 64
66 #splash-shortcut-info { 65 #splash-shortcut-info {
67 bottom: 50px; 66 bottom: 50px;
68 color: gray; 67 color: gray;
69 left: 0; 68 left: 0;
70 position: absolute; 69 position: absolute;
71 right: 0; 70 right: 0;
72 text-align: center; 71 text-align: center;
73 } 72 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698