From 2d6f7aebe80a0484b3458eff7e1a7c26b6479463 Mon Sep 17 00:00:00 2001 From: Shelby Sanders Date: Mon, 29 Sep 2014 19:43:56 -0700 Subject: [PATCH] Added padding to content well in order to counteract changes in SwaggerUI --- public/css/loopbackStyles.css | 5 +++ public/index.html | 70 ++++++++++++++++++----------------- 2 files changed, 41 insertions(+), 34 deletions(-) diff --git a/public/css/loopbackStyles.css b/public/css/loopbackStyles.css index 8065c59..c59ad58 100644 --- a/public/css/loopbackStyles.css +++ b/public/css/loopbackStyles.css @@ -21,6 +21,11 @@ bottom: -30px; } +.contentWell { + padding-left: 30px; + padding-right: 30px; +} + /* FIXME: Separate the overrides from the rest of the styles, rather than override screen.css entirely. */ diff --git a/public/index.html b/public/index.html index e5b6ff6..cae33f7 100644 --- a/public/index.html +++ b/public/index.html @@ -1,47 +1,49 @@ - StrongLoop API Explorer - - - - - - - - - - - - - - - - - + StrongLoop API Explorer + + + + + + + + + + + + + + + + + - - + + - - + + -
 
-
+
+
 
+
+