Commit 07492db 1 parent 05cd8b0 commit 07492db Copy full SHA for 07492db
File tree 3 files changed +17
-5
lines changed
3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 35
35
.button : hover , .button : active {
36
36
opacity : 0.7 ;
37
37
}
38
+ hr {
39
+ width : calc (100% - 2em );
40
+ }
38
41
video {
39
42
width : 100% ;
40
43
}
Original file line number Diff line number Diff line change @@ -33,6 +33,11 @@ button {
33
33
outline : none;
34
34
border-radius : 5px ;
35
35
}
36
+ hr {
37
+ margin : 1em ;
38
+ width : calc (50% - 2em );
39
+ border-color : var (--c1 );
40
+ }
36
41
.type {
37
42
/* opacity:0.7; */
38
43
color : var (--colorIn );
Original file line number Diff line number Diff line change @@ -204,11 +204,15 @@ <h1 id="filter_name"></h1>
204
204
<!-- 14 -->
205
205
< div class ='tab '>
206
206
< h1 > More Orienteering</ h1 >
207
- - < b class ="blue hover " onclick ="location.href='https://www.qocweb.org/' "> Local Orienteering Club - QOC</ b > < br >
208
- - < b class ="blue hover " onclick ="location.href='https://orienteeringusa.org/' "> Orienteering USA</ b > < br >
209
- - < b class ="blue hover " onclick ="location.href='https://en.wikipedia.org/wiki/Orienteering' "> Wikipedia</ b > < br >
210
- - < b class ="blue hover " onclick ="location.href='https://filestore.scouting.org/filestore/Merit_Badge_ReqandRes/Orienteering.pdf' "> Orienteering Boy Scout Merit Badge</ b > < br >
211
- - < b class ="blue hover " onclick ="location.href='https://www.girlscouts.org/en/activities-for-girls/juniors/junior-orienteering-badge-activity.html' "> Girl Scouts</ b > < br > < br > < br >
207
+ < b class ="blue hover " onclick ="location.href='https://www.qocweb.org/' "> Local Orienteering Club - QOC</ b > < br >
208
+ < hr />
209
+ < b class ="blue hover " onclick ="location.href='https://orienteeringusa.org/' "> Orienteering USA</ b > < br >
210
+ < hr />
211
+ < b class ="blue hover " onclick ="location.href='https://en.wikipedia.org/wiki/Orienteering' "> Wikipedia</ b > < br >
212
+ < hr />
213
+ < b class ="blue hover " onclick ="location.href='https://filestore.scouting.org/filestore/Merit_Badge_ReqandRes/Orienteering.pdf' "> Orienteering Boy Scout Merit Badge</ b > < br >
214
+ < hr />
215
+ < b class ="blue hover " onclick ="location.href='https://www.girlscouts.org/en/activities-for-girls/juniors/junior-orienteering-badge-activity.html' "> Girl Scouts</ b > < br > < br > < br >
212
216
< div class ='button mainPageAlt ' onclick ='tab(1); '> Back</ div >
213
217
</ div >
214
218
<!-- 15 -->
You can’t perform that action at this time.
0 commit comments