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

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

Issue 551463003: DevTools: [Documentation] fix css style 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 | « no previous file | 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 5a0e28577b5864e5d47eafd9ba199e8dc145af7a..41ac6554e1b63e0dcee222a8a744f70f5ba1bbb2 100644
--- a/Source/devtools/front_end/documentationView.css
+++ b/Source/devtools/front_end/documentationView.css
@@ -5,7 +5,7 @@
*/
.documentation-code {
- border: 1px solid gray;
+ border: 1px solid rgba(128, 128, 128, 0.4);
border-radius: 6px;
padding: 10px;
margin-bottom: 10px;
@@ -13,8 +13,16 @@
.documentation-section-title {
font-size: 120%;
- padding-bottom: 4px;
font-weight: bold;
+ padding-top: 5px;
+}
+
+.documentation-section-content.documentation-return-value {
+ margin-top: 10px;
+}
+
+.documentation-parameter-header {
+ margin-top: 10px;
}
.documentation-link {
@@ -27,7 +35,7 @@
.documentation-view .documentation-method-signature.monospace {
font-size: 120% !important;
- border: 1px solid gray;
+ border: 1px solid rgba(128, 128, 128, 0.4);
border-radius: 6px;
padding: 10px;
}
« 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