expand collapse buttons

This commit is contained in:
Laurent Lepinay
2015-05-18 15:34:35 +02:00
parent f16c265087
commit dd5fab0b20
11 changed files with 60 additions and 11 deletions

View File

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