Add "response schema" label

This commit is contained in:
Roman Hotsiy 2015-11-26 21:21:38 +02:00
parent 79534e2987
commit 442fc65209
2 changed files with 8 additions and 2 deletions

View File

@ -11,6 +11,9 @@
<div class="header-description" inner-html="{{header.description | marked}}"> </div> <div class="header-description" inner-html="{{header.description | marked}}"> </div>
</div> </div>
</div> </div>
<header>
Response schema
</header>
<json-schema *ng-if="response.schema" class="schema type" pointer="{{response.pointer}}/schema"> <json-schema *ng-if="response.schema" class="schema type" pointer="{{response.pointer}}/schema">
</json-schema> </json-schema>
</zippy> </zippy>

View File

@ -16,8 +16,11 @@
color: #999; color: #999;
} }
.response-headers header { header {
font-size: 18px; font-size: 14px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 15px;
} }
.header { .header {