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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/help/releaseNote.css

Issue 2757923003: DevTools: fix release note styles (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2017 The Chromium Authors. All rights reserved. 2 * Copyright 2017 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .release-note-container { 7 .release-note-container {
8 display: flex; 8 display: flex;
9 flex-direction: column; 9 flex-direction: column;
10 overflow: hidden; 10 overflow: hidden;
(...skipping 17 matching lines...) Expand all
28 } 28 }
29 29
30 .release-note-action-container { 30 .release-note-action-container {
31 padding: 12px; 31 padding: 12px;
32 min-height: 48px; 32 min-height: 48px;
33 } 33 }
34 34
35 .release-note-highlight-container { 35 .release-note-highlight-container {
36 line-height: 1.5; 36 line-height: 1.5;
37 -webkit-padding-start: 16px; 37 -webkit-padding-start: 16px;
38 -webkit-margin-after: 0;
38 } 39 }
39 40
40 .release-note-link, .release-note-featured-link { 41 .release-note-link, .release-note-featured-link {
41 color: #039be5; 42 color: #039be5;
42 text-decoration: none; 43 text-decoration: none;
43 } 44 }
44 45
45 .release-note-link:hover, 46 .release-note-link:hover,
46 .release-note-featured-link:hover, 47 .release-note-featured-link:hover,
47 .image-hover .release-note-featured-link { 48 .image-hover .release-note-featured-link {
48 text-decoration: underline; 49 text-decoration: underline;
49 } 50 }
50 51
51 .release-note-image { 52 .release-note-image {
52 width: 200px; 53 width: 200px;
54 margin-left: 12px;
55 border: 1px solid lightgrey;
53 } 56 }
54 57
55 .close-release-note { 58 .close-release-note {
56 margin-left: 4px; 59 margin-left: 4px;
57 } 60 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698