Discriminator styling

This commit is contained in:
Cesar 2016-03-18 09:10:29 -04:00
parent 5decc3ceb5
commit 1af0d8e54e
2 changed files with 4 additions and 3 deletions

View File

@ -19,8 +19,8 @@
</form>
</nav>
<!--<redoc scroll-y-offset="body > nav" spec-url='swagger.yml'></redoc>-->
<redoc scroll-y-offset="body > nav" spec-url='http://localhost:3000/swagger.json'></redoc>
<redoc scroll-y-offset="body > nav" spec-url='swagger.yml'></redoc>
<!--<redoc scroll-y-offset="body > nav" spec-url='http://localhost:3000/swagger.json'></redoc>-->
<!-- ReDoc built file with all dependencies included -->
<script src="main.js"> </script>

View File

@ -114,6 +114,7 @@ json-schema.nested-schema {
.discriminator-info {
font-weight: $regular;
margin-bottom: 10px;
}
.discriminator-wrap > td {
@ -129,7 +130,7 @@ ul {
}
li {
margin: 0.2em 0.3em 0.2em 0;
margin: 0.5em 0.3em 0.2em 0;
font-family: $headers-font, $headers-font-family;
font-size: .929em;
line-height: .929em;