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

Side by Side Diff: chrome/browser/resources/chromeos/first_run/bubble.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 /** 1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Copyright 2013 The Chromium Authors. All rights reserved.
3 * 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
4 * found in the LICENSE file. 3 * found in the LICENSE file. */
5 */
6 4
7 .bubble .arrow { 5 .bubble .arrow {
8 border: solid transparent; 6 border: solid transparent;
9 border-width: 6px; 7 border-width: 6px;
10 content: ' '; 8 content: ' ';
11 height: 0; 9 height: 0;
12 pointer-events: none; 10 pointer-events: none;
13 position: absolute; 11 position: absolute;
14 width: 0; 12 width: 0;
15 } 13 }
(...skipping 26 matching lines...) Expand all
42 right: 12px; 40 right: 12px;
43 } 41 }
44 42
45 .bubble .arrow.bottom { 43 .bubble .arrow.bottom {
46 bottom: 12px; 44 bottom: 12px;
47 } 45 }
48 46
49 .bubble .arrow.left { 47 .bubble .arrow.left {
50 left: 12px; 48 left: 12px;
51 } 49 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/first_run/app/style.css ('k') | chrome/browser/resources/chromeos/first_run/first_run.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698