| 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;
|
| -}
|
| +}
|
|
|