Merge branch 'JSONEditor' into JSONEditorMaster

Conflicts:
	dist/swagger-ui.js
	dist/swagger-ui.min.js
	src/main/less/screen.less
This commit is contained in:
unknown
2015-09-10 10:53:15 +02:00
49 changed files with 2904 additions and 2546 deletions

View File

@@ -144,4 +144,14 @@
padding-top: 10px;
}
.swagger-collapse:before {
content: "-";
}
.swagger-expand:before {
content: "+";
}
}