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

Side by Side Diff: chrome/browser/resources/chromeos/mobile_dialogs.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 (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 body { 5 body {
7 cursor: default; 6 cursor: default;
8 font-size: 13px; 7 font-size: 13px;
9 } 8 }
10 9
11 .container { 10 .container {
12 -webkit-box-align: center; 11 -webkit-box-align: center;
13 -webkit-box-pack: center; 12 -webkit-box-pack: center;
14 bottom: 0; 13 bottom: 0;
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 61
63 .button-strip { 62 .button-strip {
64 -webkit-box-orient: horizontal; 63 -webkit-box-orient: horizontal;
65 display: -webkit-box; 64 display: -webkit-box;
66 } 65 }
67 66
68 .button-strip > button { 67 .button-strip > button {
69 -webkit-margin-start: 10px; 68 -webkit-margin-start: 10px;
70 display: block; 69 display: block;
71 } 70 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698