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"> <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">

View File

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