Added padding to content well in order to counteract changes in SwaggerUI

This commit is contained in:
Shelby Sanders 2014-09-29 19:43:56 -07:00
parent 240898e7a5
commit 2d6f7aebe8
2 changed files with 41 additions and 34 deletions

View File

@ -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.
*/

View File

@ -41,7 +41,9 @@
</div>
</div>
<div class="contentWell">
<div id="message-bar" class="swagger-ui-wrap">&nbsp;</div>
<div id="swagger-ui-container" class="swagger-ui-wrap"></div>
</div>
</body>
</html>