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

Side by Side Diff: chrome/browser/resources/chromeos/keyboard_overlay.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 -webkit-user-select: none; 6 -webkit-user-select: none;
8 background: #fff; 7 background: #fff;
9 font-size: 100%; 8 font-size: 100%;
10 margin: 0; 9 margin: 0;
11 overflow: hidden; 10 overflow: hidden;
12 padding: 0; 11 padding: 0;
13 } 12 }
14 13
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 183
185 .keyboard-overlay-key-text { 184 .keyboard-overlay-key-text {
186 -webkit-box-ordinal-group: 2; 185 -webkit-box-ordinal-group: 2;
187 padding: 0 3px 2px; 186 padding: 0 3px 2px;
188 text-align: center; 187 text-align: center;
189 } 188 }
190 189
191 .keyboard-overlay-key.is-shortcut .keyboard-overlay-key-text { 190 .keyboard-overlay-key.is-shortcut .keyboard-overlay-key-text {
192 opacity: 0.25; 191 opacity: 0.25;
193 } 192 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698