File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55{%- assign snippets = site.data.snippets %}
66
7- < nav class ="navigation ">
7+ < nav class ="navigation bullet ">
88
99 {% include navigation-screenshot.html %}
1010
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ strong {
111111}
112112
113113section img {
114- object-fit :contain ;
114+ object-fit : contain ;
115115}
116116
117117// applies in layout screenshot
@@ -214,6 +214,15 @@ small {
214214 font-size : 12px ;
215215}
216216
217+ // used to modify navigation, but adding class there did not work
218+ .bullet {
219+ li {
220+ list-style-type : circle ;
221+ text-align : left ;
222+ margin-left : 10px ;
223+ }
224+ }
225+
217226// used to override settings contained in document to display
218227.navigation {
219228 li {
@@ -231,7 +240,7 @@ small {
231240 text-decoration : none ;
232241
233242 & :hover {
234- color : grey ;
243+ background- color : white ;
235244 }
236245 }
237246
@@ -241,7 +250,7 @@ small {
241250 text-decoration : none ;
242251
243252 & :hover {
244- color : grey ;
253+ background- color : white ;
245254 }
246255 }
247256}
@@ -458,7 +467,9 @@ screen and (max-height: 680px) {
458467.tablestylegrey {
459468 border-collapse : collapse ;
460469
461- > table , td , th {
470+ >table ,
471+ td ,
472+ th {
462473 border : 1px solid grey ;
463474 padding : 5px ;
464475 }
You can’t perform that action at this time.
0 commit comments