From 047db51da475956f338bd66d155f3be23a2ca692 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Sat, 22 Jun 2019 11:29:09 -0400 Subject: [PATCH] update OpenAPI HTML rendering (#195) --- pygeoapi/templates/api.html | 70 +++++++++++++++++++++++++++---------- 1 file changed, 52 insertions(+), 18 deletions(-) diff --git a/pygeoapi/templates/api.html b/pygeoapi/templates/api.html index 1b91880..74832db 100644 --- a/pygeoapi/templates/api.html +++ b/pygeoapi/templates/api.html @@ -1,23 +1,57 @@ - - - - {{ config['metadata']['identification']['title'] }} OpenAPI Document - - - + *, + *:before, + *:after + { + box-sizing: inherit; + } + body + { + margin:0; + background: #fafafa; + } + - + +
+ + + +