diff --git a/src/main/html/css/screen.css b/src/main/html/css/screen.css index 07773f9e..c3008d44 100644 --- a/src/main/html/css/screen.css +++ b/src/main/html/css/screen.css @@ -295,7 +295,7 @@ body { font-size: 1.5em; font-weight: bold; text-decoration: none; - background: transparent url(http://swagger.wordnik.com/images/logo_small.png) no-repeat left center; + background: transparent url(../images/logo_small.png) no-repeat left center; padding: 20px 0 20px 40px; color: white; } body #header form#api_selector { diff --git a/src/main/html/images/logo_small.png b/src/main/html/images/logo_small.png new file mode 100644 index 00000000..5496a655 Binary files /dev/null and b/src/main/html/images/logo_small.png differ diff --git a/src/main/html/images/throbber.gif b/src/main/html/images/throbber.gif new file mode 100644 index 00000000..06393889 Binary files /dev/null and b/src/main/html/images/throbber.gif differ diff --git a/src/main/template/operation.handlebars b/src/main/template/operation.handlebars index cec84691..5ef2c013 100644 --- a/src/main/template/operation.handlebars +++ b/src/main/template/operation.handlebars @@ -41,7 +41,7 @@