diff --git a/package.json b/package.json
index 0dc0120..9d8b366 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gdapi-ui",
- "version": "2.0.3",
+ "version": "2.0.4",
"description": "HTML UI for GDAPI-compliant APIs",
"author": {
"name": "Vincent Fiduccia",
diff --git a/public/css/main.css b/public/css/main.css
index 220fd63..03656b7 100644
--- a/public/css/main.css
+++ b/public/css/main.css
@@ -157,7 +157,7 @@ LI {
}
.errormessage {
- font-family: "Monaco", "Andale Mono", "Courier New", "Courier", monospace;
+ font-family: "Monaco", "Andale Mono", "Courier New", "Courier", monospace;
}
.json {
@@ -270,13 +270,14 @@ text-align: left;
#curl,
#request,
#response {
- border: 1px solid #555;
- background-color: #eee;
- padding: 3px;
- margin-bottom: 5px;
+ font-family: "Monaco", "Andale Mono", "Courier New", "Courier", monospace;
word-wrap: break-word;
}
+#response {
+ margin-bottom: 0;
+}
+
.response-header-name {
font-weight: bold;
}
diff --git a/public/view/body.hbs b/public/view/body.hbs
index a7be0f2..eca8831 100644
--- a/public/view/body.hbs
+++ b/public/view/body.hbs
@@ -12,7 +12,7 @@
{{/if}}
{{#if operations.delete}}
-
+
{{/if}}
diff --git a/public/view/request.hbs b/public/view/request.hbs
index 4b9fcf0..ea7fc31 100644
--- a/public/view/request.hbs
+++ b/public/view/request.hbs
@@ -1,6 +1,6 @@
cURL command line:
-