Commit 255d4e33 authored by iliia@google.com's avatar iliia@google.com

DevTools: [Documentation] fix css style for renderer.

Code border became light gray; indents appeared.

BUG=391593

Review URL: https://codereview.chromium.org/551463003

git-svn-id: svn://svn.chromium.org/blink/trunk@181886 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 05c2b7e8
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
*/ */
.documentation-code { .documentation-code {
border: 1px solid gray; border: 1px solid rgba(128, 128, 128, 0.4);
border-radius: 6px; border-radius: 6px;
padding: 10px; padding: 10px;
margin-bottom: 10px; margin-bottom: 10px;
...@@ -13,8 +13,16 @@ ...@@ -13,8 +13,16 @@
.documentation-section-title { .documentation-section-title {
font-size: 120%; font-size: 120%;
padding-bottom: 4px;
font-weight: bold; font-weight: bold;
padding-top: 5px;
}
.documentation-section-content.documentation-return-value {
margin-top: 10px;
}
.documentation-parameter-header {
margin-top: 10px;
} }
.documentation-link { .documentation-link {
...@@ -27,7 +35,7 @@ ...@@ -27,7 +35,7 @@
.documentation-view .documentation-method-signature.monospace { .documentation-view .documentation-method-signature.monospace {
font-size: 120% !important; font-size: 120% !important;
border: 1px solid gray; border: 1px solid rgba(128, 128, 128, 0.4);
border-radius: 6px; border-radius: 6px;
padding: 10px; padding: 10px;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment