You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Help/Version History/Version 7.1.aml
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -107,9 +107,13 @@
107
107
<listclass="bullet">
108
108
<listItem>
109
109
Each Omni-Simulator device configuration can be changed programmatically through a new JSON API that enables the simulators to be configured to support a variety of client testing requirements.
110
-
This Omni-Simulator specific API can be explored by clicking the "View Swagger docs and interactive queries" link on the main page of the Omni-Simulator browser interface and
111
-
selecting the "OmniSim only endpoints" definition from the drop-down selector at the top of the page.
112
-
Please note that the API may be refined in future and that some implementations and capabilities could change.
110
+
<listclass="bullet">
111
+
<listItem>
112
+
This Omni-Simulator specific API can be explored by clicking the "View Swagger docs and interactive queries" link on the main page of the Omni-Simulator browser interface and
113
+
selecting the "OmniSim only endpoints" definition from the drop-down selector at the top of the page.
114
+
</listItem>
115
+
<listItem>Please note that the API may be refined in future and that some implementations and capabilities could change.</listItem>
/* Colour changed from 4f4f4f to 485fc7 to separate and improve table of contents legibility*/
382
+
383
+
/* Make the body colour black instead of dark grey to improve legibility */
384
+
body {
385
+
color:#000000;
386
+
}
387
+
388
+
/* Table of contents menu colour changed from 4f4f4f to 485fc7 to separate and improve table of contents legibility*/
383
389
.toc-menua {
384
390
border-radius:2px;
385
391
color:#485fc7;
386
392
display: block;
387
393
padding-left:0.75em;
388
394
}
389
395
390
-
/* Increase ToC and body font sizes and change body font colour to black when screen width exceeds 600px. This is to impreove legibility on larger screens */
391
-
@mediaonly screen and (min-width:600px) {
396
+
/* Increase ToC and body font sizes when screen width equals or exceeds 2560px. This is to improve legibility on larger screens (2K and above) */
0 commit comments