File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,16 +90,16 @@ <h2>convert <a href="https://github.com/digitalmethodsinitiative/zeeschuimer" ta
90
90
ondragover ="event.stopPropagation(); event.preventDefault(); "
91
91
ondrop ="event.stopPropagation(); event.preventDefault();
92
92
dodrop(event); ">
93
- drop your ndjson file here.
94
- click "export" button to download a csv file.
93
+ drop your ndjson file here.
94
+ click "export" button to download a csv file.
95
95
</ div >
96
96
97
97
< div class ="buttonhouse ">
98
98
< button class ="beautifulbutton " onclick ="downloadCSV('test.csv') "> export</ button >
99
99
< div id ="csv "> </ div > </ div >
100
100
101
101
< footer class ="credits ">
102
- < p > < a href ="https://github.com/PublicDataLab/zeehaven " target ="_blank "> view source & credits </ a > </ p >
102
+ < p > < a href ="https://github.com/PublicDataLab/zeehaven " target ="_blank "> code / credit </ a > </ p >
103
103
< p > < a href ="https://publicdatalab.org/ " target ="_blank "> < img src ="https://publicdatalab.org/wp-content/uploads/2021/02/pdl-logo.png " height ="20 "> </ a > </ p >
104
104
</ footer >
105
105
Original file line number Diff line number Diff line change 35
35
font-size : small;
36
36
font-weight : lighter;
37
37
min-height : 200px ;
38
- width : 80 % ;
38
+ width : 100 % ;
39
39
}
40
40
41
41
.beautifulbutton {
You can’t perform that action at this time.
0 commit comments