From e980cca6b4218290ce4e5ab22f129c735dbecb27 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Thu, 11 Jul 2013 00:26:05 -0700 Subject: [PATCH] added api info --- dist/css/screen.css | 28 +++++++ dist/index.html | 5 +- dist/lib/swagger.js | 5 ++ dist/swagger-ui.js | 109 ++++++++++++++++++++++++- dist/swagger-ui.min.js | 2 +- lib/swagger.js | 5 ++ src/main/coffeescript/SwaggerUi.coffee | 2 + src/main/html/css/screen.css | 28 +++++++ src/main/html/index.html | 5 +- src/main/template/main.handlebars | 10 ++- 10 files changed, 189 insertions(+), 10 deletions(-) diff --git a/dist/css/screen.css b/dist/css/screen.css index 06050e76..92427ca1 100644 --- a/dist/css/screen.css +++ b/dist/css/screen.css @@ -1756,4 +1756,32 @@ pre code { .message-fail { color: #cc0000; +} + +.info_title { + padding-left: 25px; + padding-bottom: 10px; + font-weight: bold; + font-size: 25px; +} + +.info_description { + padding-left: 25px; + padding-bottom: 10px; + font-size: 15px; +} + +.info_tos { + padding-left: 25px; + padding-bottom: 5px; +} + +.info_license { + padding-left: 25px; + padding-bottom: 5px; +} + +.info_contact { + padding-left: 25px; + padding-bottom: 5px; } \ No newline at end of file diff --git a/dist/index.html b/dist/index.html index 6c6744c8..cb432705 100644 --- a/dist/index.html +++ b/dist/index.html @@ -20,9 +20,8 @@