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

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

Issue 525363003: DevTools: [Documentation] Add signature section for renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@iliia-patch
Patch Set: Add signature section 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
Index: Source/devtools/front_end/documentationView.css
diff --git a/Source/devtools/front_end/documentationView.css b/Source/devtools/front_end/documentationView.css
index fc22f725160f00c689d4b47341b89435f0db73d6..7447a45b92ba79ca8b17cc803468310f67e067ff 100644
--- a/Source/devtools/front_end/documentationView.css
+++ b/Source/devtools/front_end/documentationView.css
@@ -64,19 +64,19 @@
padding: 0.7ex;
background-color: rgb(219, 234, 249);
text-decoration: none;
- margin-left: 1ex;
- margin-top: -0.5ex;
border-radius: 5px;
}
.documentation-parameter-data-type-value {
- margin-right: 0.5em;
padding: 0.7ex;
background-color: rgb(254, 254, 202);
text-decoration: none;
+ border-radius: 5px;
+}
+
+.documentation-parameter-margin {
margin-left: 1ex;
margin-top: -0.5ex;
- border-radius: 5px;
}
.documentation-parameter-name {
@@ -84,6 +84,13 @@
font-style: italic;
}
+.documentation-return-type {
+ padding: 0.7ex;
+ background-color: rgb(213, 255, 212);
+ text-decoration: none;
+ border-radius: 5px;
+}
+
.documentation-page-title {
font-size: 160%;
font-weight: bold;

Powered by Google App Engine
This is Rietveld 408576698