Skip to content

Commit 4b3a351

Browse files
committed
Merge branch 'develop'
2 parents e548b2b + 6ec2caa commit 4b3a351

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

Help/Version History/Version 7.1.aml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,13 @@
107107
<list class="bullet">
108108
<listItem>
109109
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+
<list class="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>
116+
</list>
113117
</listItem>
114118
<listItem>
115119
Driver Templates

Help/css/presentationStyle.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,16 +379,22 @@ sup.citation a:link a:visited a:active {
379379
}
380380

381381
/* START OF ASCOM Change by Peter Simpson */
382-
/* 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*/
383389
.toc-menu a {
384390
border-radius: 2px;
385391
color: #485fc7;
386392
display: block;
387393
padding-left: 0.75em;
388394
}
389395

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-
@media only 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) */
397+
@media only screen and (min-width: 2560px) {
392398
.toc-menu {
393399
font-size: 17px;
394400
}

0 commit comments

Comments
 (0)