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

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: Rebased on current patch 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 2f1b13e77f8489f6bf725b5180056a61c300e490..b3b24d7b921487e213b2e0559574b7c76a39ec94 100644
--- a/Source/devtools/front_end/documentationView.css
+++ b/Source/devtools/front_end/documentationView.css
@@ -5,7 +5,7 @@
*/
.documentation-code {
- border: 1px dotted black;
+ border: 1px solid gray;
border-radius: 6px;
padding: 10px;
margin-bottom: 10px;
@@ -18,21 +18,28 @@
}
.documentation-link {
- margin-left: 0.5em;
+ margin-left: 5px;
}
.documentation-highlighted-text {
font-weight: bold;
}
-.documentation-parameter {
- margin-left: 5px;
+.documentation-view .documentation-method-signature.monospace {
+ font-size: 120% !important;
+ border: 1px solid gray;
+ border-radius: 6px;
+ padding: 10px;
}
.documentation-section {
margin-bottom: 15px;
}
+.documentation-section-content {
+ margin-left: 16px;
+}
+
.documentation-code-tag {
font-weight: bold;
}
@@ -67,13 +74,23 @@
.documentation-example-link {
float: right;
- background-color: rgb(241, 246, 251);
+ background-color: rgb(219, 234, 249);
+}
+
+.documentation-example-link:visited {
+ color: rgb(109, 114, 255);
+}
+
+.documentation-text {
+ line-height: 1.5;
}
.documentation-box {
padding: 6px;
+ padding-left: 10px;
+ padding-right: 10px;
text-decoration: none;
margin-left: 10px;
margin-top: 5px;
border-radius: 5px;
-}
+}
« 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