Skip to content

Commit

Permalink
add www with stamps-visualizer.jpg cover img
Browse files Browse the repository at this point in the history
  • Loading branch information
thho committed Dec 24, 2020
1 parent 4b69432 commit f9fc0a5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Binary file added www/stamps-visualizer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions www/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/* IKONOS Archiver */

/* font */
body, label, input, button, select {
font-family: 'Helvetica', sans-serif !important;
font-weight: 400 !important;
}

h1, h2, h3, h4 { font-weight: 400; }


/* map */
/* the classes "querymap" are definde in ui.R */
#querymap {
height: calc(100vh - 80px) !important;
}

/* search tool panel */
#controls {
/* appearance */
background-color: white;
padding: 20px 20px 20px 20px;
cursor: move;
}

0 comments on commit f9fc0a5

Please sign in to comment.