Skip to content

Commit

Permalink
updated styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jwyg committed Dec 15, 2023
1 parent 22aa90a commit 44310fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,16 @@ <h2>convert <a href="https://github.com/digitalmethodsinitiative/zeeschuimer" ta
ondragover="event.stopPropagation(); event.preventDefault();"
ondrop="event.stopPropagation(); event.preventDefault();
dodrop(event);">
drop your ndjson file here.
click "export" button to download a csv file.
drop your ndjson file here.
click "export" button to download a csv file.
</div>

<div class="buttonhouse">
<button class="beautifulbutton" onclick="downloadCSV('test.csv')">export</button>
<div id="csv"></div></div>

<footer class="credits">
<p><a href="https://github.com/PublicDataLab/zeehaven" target="_blank">view source & credits</a></p>
<p><a href="https://github.com/PublicDataLab/zeehaven" target="_blank">code / credit</a></p>
<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>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ body {
font-size: small;
font-weight: lighter;
min-height: 200px;
width: 80%;
width: 100%;
}

.beautifulbutton {
Expand Down

0 comments on commit 44310fa

Please sign in to comment.