Skip to content

Commit 64340d1

Browse files
committed
quick fix
1 parent 07492db commit 64340d1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

css/style.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ button {
3434
border-radius:5px;
3535
}
3636
hr {
37-
margin:1em;
37+
display: block;
38+
margin:1em auto;
3839
width:calc(50% - 2em);
3940
border-color:var(--c1);
4041
}

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h2>Your accuracy is too low to confirm that you are in the correct area.</h2>
192192
<div class='tab'>
193193
<h1>Tutorial</h1>
194194
<h2>How to use the orienteering application?</h2>
195-
<p>If you have done orienteering before this application implements all parts of orienteering except the compass. When you open <b class="blue hover" onclick="tab(2);">Quickstart</b> there will be maps listed below the legend. If you click on one of the courses, it then opens so that you can then print the map and start the course. Alternatively while on the course you can press the "Options" button and "View Map" to see the map. <br><br>When you have arrived at your first destination (the start) click confirm, to confirm you are in the right location. Continue this process to the end of the course.<br><br> While on the course check the bottom of the screen where it shows your accuracy, if the accuracy is too high (above 15 m) then wait until it stablizes and try again. <br><br>If accuracy is still too high it may be a problem with the device, connection, or internet browser. If you do not see the accuracy bubble at the bottom of the screen make sure location services are turned on for both your phone and the website page. </p>
195+
<p>If you have done orienteering before this application implements all parts of orienteering except the compass. When you open <b class="blue hover" onclick="tab(2);">Maps (Start)</b> there will be maps listed below the legend. If you click on one of the courses, it then opens so that you can then print the map and start the course. Alternatively while on the course you can press the "Options" button and "View Map" to see the map. <br><br>When you have arrived at your first destination (the start) click confirm, to confirm you are in the right location. Continue this process to the end of the course.<br><br> While on the course check the bottom of the screen where it shows your accuracy, if the accuracy is too high (above 15 m) then wait until it stablizes and try again. <br><br>If accuracy is still too high it may be a problem with the device, connection, or internet browser. If you do not see the accuracy bubble at the bottom of the screen make sure location services are turned on for both your phone and the website page. </p>
196196
<div class='button mainPageAlt' onclick='tab(1);'>Back</div>
197197
</div>
198198
<!-- 13 -->

0 commit comments

Comments
 (0)