diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 88ef37b6..dcf255b5 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -1,3 +1,14 @@ +#drop-zone { + border: 1px dashed lightgrey; + padding: 1em; + height: 200px; + width: 300px; +} + .all-claims-img { height: 200px; +} + +#image-preview { + display: none; } \ No newline at end of file diff --git a/views/index.handlebars b/views/index.handlebars index 3d829ea5..4f9ce3b0 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -5,23 +5,25 @@ {{> publish}} {{> links}} {{> documentation}} -{{> bugs}} {{> contribute}} +{{> bugs}} diff --git a/views/partials/documentation.handlebars b/views/partials/documentation.handlebars index 75291fd2..c8074f65 100644 --- a/views/partials/documentation.handlebars +++ b/views/partials/documentation.handlebars @@ -2,7 +2,7 @@

Documentation

Site Navigation

API

Note: these are being used for testing durring spee.ch development and may not be maintained

-