mirror of https://gitee.com/bigwinds/arangodb
improved code modal output
This commit is contained in:
parent
b605b4b395
commit
00f37ba3d2
|
@ -66,13 +66,13 @@
|
||||||
<tr class="tableRow">
|
<tr class="tableRow">
|
||||||
<th class="collectionTh">Format:</th>
|
<th class="collectionTh">Format:</th>
|
||||||
<th class="collectionTh" colspan="2">
|
<th class="collectionTh" colspan="2">
|
||||||
<p>JSON documents embedded into a list:</p>
|
<pre><code>JSON documents embedded into a list:
|
||||||
<p></p>
|
|
||||||
<p>[{</p>
|
[{
|
||||||
<p style="margin-left: 10px">"name": "Query Name",</p>
|
"name": "Query Name",
|
||||||
<p style="margin-left: 10px">"value": "Query Definition",</p>
|
"value": "Query Definition",
|
||||||
<p style="margin-left: 10px">"parameter": "Query Bind Parameter as Object"</p>
|
"parameter": "Query Bind Parameter as Object"
|
||||||
<p>}]</p>
|
}]</code></code>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="tableRow">
|
<tr class="tableRow">
|
||||||
|
|
|
@ -332,6 +332,10 @@
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
margin-right: 20px;
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-text {
|
.modal-text {
|
||||||
|
|
Loading…
Reference in New Issue