1
0
Fork 0

improved code modal output

This commit is contained in:
hkernbach 2016-07-22 21:46:36 +02:00
parent b605b4b395
commit 00f37ba3d2
2 changed files with 11 additions and 7 deletions

View File

@ -66,13 +66,13 @@
<tr class="tableRow">
<th class="collectionTh">Format:</th>
<th class="collectionTh" colspan="2">
<p>JSON documents embedded into a list:</p>
<p></p>
<p>[{</p>
<p style="margin-left: 10px">"name": "Query Name",</p>
<p style="margin-left: 10px">"value": "Query Definition",</p>
<p style="margin-left: 10px">"parameter": "Query Bind Parameter as Object"</p>
<p>}]</p>
<pre><code>JSON documents embedded into a list:
[{
"name": "Query Name",
"value": "Query Definition",
"parameter": "Query Bind Parameter as Object"
}]</code></code>
</th>
</tr>
<tr class="tableRow">

View File

@ -332,6 +332,10 @@
width: 20px;
}
pre {
margin-right: 20px;
margin-top: 20px;
}
}
.modal-text {