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..50a2f284a532ada1469addae7a1e72ba0e751f9a 100644 |
--- a/Source/devtools/front_end/documentationView.css |
+++ b/Source/devtools/front_end/documentationView.css |
@@ -4,13 +4,6 @@ |
* found in the LICENSE file. |
*/ |
-.documentation-example-code { |
- border: 1px dotted black; |
- border-radius: 6px; |
- padding: 10px; |
- margin-bottom: 10px; |
-} |
- |
.documentation-code { |
border: 1px dotted black; |
border-radius: 6px; |
@@ -45,22 +38,11 @@ |
} |
.documentation-parameter-optional { |
- padding: 6px; |
background-color: rgb(219, 234, 249); |
- text-decoration: none; |
- margin-left: 10px; |
- margin-top: -5px; |
- border-radius: 5px; |
} |
.documentation-parameter-data-type-value { |
- margin-right: 5px; |
- padding: 6px; |
background-color: rgb(254, 254, 202); |
- text-decoration: none; |
- margin-left: 10px; |
- margin-top: 5px; |
- border-radius: 5px; |
} |
.documentation-parameter-name { |
@@ -85,10 +67,12 @@ |
.documentation-example-link { |
float: right; |
+} |
+ |
+.documentation-box { |
padding: 6px; |
- background-color: rgb(241, 246, 251); |
text-decoration: none; |
margin-left: 10px; |
margin-top: 5px; |
border-radius: 5px; |
-} |
+} |