| Index: Source/devtools/front_end/documentationView.css
|
| diff --git a/Source/devtools/front_end/documentationView.css b/Source/devtools/front_end/documentationView.css
|
| index 4e869653629041540e55b8e65c4476de903d02e2..c6c23fc8382e01d8e949702603e6e694e93a1ec6 100644
|
| --- a/Source/devtools/front_end/documentationView.css
|
| +++ b/Source/devtools/front_end/documentationView.css
|
| @@ -25,21 +25,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;
|
| }
|
| @@ -47,6 +54,8 @@
|
| .documentation-parameter-optional {
|
| padding: 6px;
|
| background-color: rgb(219, 234, 249);
|
| + padding-left: 10px;
|
| + padding-right: 10px;
|
| text-decoration: none;
|
| margin-left: 10px;
|
| margin-top: -5px;
|
| @@ -57,9 +66,15 @@
|
| margin-right: 5px;
|
| padding: 6px;
|
| background-color: rgb(254, 254, 202);
|
| + padding-left: 10px;
|
| + padding-right: 10px;
|
| + border-radius: 5px;
|
| text-decoration: none;
|
| - margin-left: 10px;
|
| - margin-top: 5px;
|
| +}
|
| +
|
| +.documentation-parameter-margin {
|
| + margin-left: 1ex;
|
| + margin-top: -0.5ex;
|
| border-radius: 5px;
|
| }
|
|
|
| @@ -86,9 +101,19 @@
|
| .documentation-example-link {
|
| float: right;
|
| padding: 6px;
|
| - background-color: rgb(241, 246, 251);
|
| + background-color: rgb(219, 234, 249);
|
| + padding-left: 10px;
|
| + padding-right: 10px;
|
| text-decoration: none;
|
| margin-left: 10px;
|
| margin-top: 5px;
|
| border-radius: 5px;
|
| }
|
| +
|
| +.documentation-example-link:visited {
|
| + color: rgb(109, 114, 255);
|
| +}
|
| +
|
| +.documentation-text {
|
| + line-height: 1.5;
|
| +}
|
|
|