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

Side by Side Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.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 2016 The Chromium Authors. All rights reserved. 1 /* Copyright 2016 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 border: 0; 6 border: 0;
8 height: 35px; 7 height: 35px;
9 margin: 0; 8 margin: 0;
10 overflow: hidden; 9 overflow: hidden;
11 padding: 0; 10 padding: 0;
12 } 11 }
13 12
14 #main { 13 #main {
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 291
293 #tutorial_footer button { 292 #tutorial_footer button {
294 background-color: #fff; 293 background-color: #fff;
295 border: 1px solid #000; 294 border: 1px solid #000;
296 font-family: 'Roboto', sans-serif; 295 font-family: 'Roboto', sans-serif;
297 font-size: 20pt; 296 font-size: 20pt;
298 height: 2em; 297 height: 2em;
299 margin: 0 24px; 298 margin: 0 24px;
300 width: 8em; 299 width: 8em;
301 } 300 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/choose_mobile_network.css ('k') | chrome/browser/resources/chromeos/drive_internals.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698