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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/help/releaseNote.css
diff --git a/third_party/WebKit/Source/devtools/front_end/help/releaseNote.css b/third_party/WebKit/Source/devtools/front_end/help/releaseNote.css
index 7dbb2309fb35bc4e2a25525ccaffbd5644a5c14a..b2109c28cfcc5d645ecc6d9265063949d886d13a 100644
--- a/third_party/WebKit/Source/devtools/front_end/help/releaseNote.css
+++ b/third_party/WebKit/Source/devtools/front_end/help/releaseNote.css
@@ -35,6 +35,7 @@
.release-note-highlight-container {
line-height: 1.5;
-webkit-padding-start: 16px;
+ -webkit-margin-after: 0;
}
.release-note-link, .release-note-featured-link {
@@ -50,6 +51,8 @@
.release-note-image {
width: 200px;
+ margin-left: 12px;
+ border: 1px solid lightgrey;
}
.close-release-note {
« 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