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

Unified Diff: Source/devtools/front_end/documentationView.css

Issue 554243002: DevTools: [Documentation] fix css styles for renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 | « Source/devtools/front_end/documentation/DocumentationView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/documentationView.css
diff --git a/Source/devtools/front_end/documentationView.css b/Source/devtools/front_end/documentationView.css
index 50a2f284a532ada1469addae7a1e72ba0e751f9a..2f1b13e77f8489f6bf725b5180056a61c300e490 100644
--- a/Source/devtools/front_end/documentationView.css
+++ b/Source/devtools/front_end/documentationView.css
@@ -62,11 +62,12 @@
}
.documentation-example-description-section {
- margin-bottom: 10px;
+ margin-bottom: 20px;
}
.documentation-example-link {
float: right;
+ background-color: rgb(241, 246, 251);
}
.documentation-box {
« no previous file with comments | « Source/devtools/front_end/documentation/DocumentationView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698