added options styling, swagger-js update, per #420

This commit is contained in:
Tony Tam
2014-03-18 19:41:49 -07:00
parent 8f665f76da
commit a5556d7f01
6 changed files with 91 additions and 4 deletions

View File

@@ -914,6 +914,41 @@
}
}
}
li.operation.options {
div.heading {
background-color: #e7f0f7;
border: 1px solid #c3d9ec;
h3 {
span.http_method {
a {
background-color: #0f6ab4;
}
}
}
ul.options {
li {
border-right: 1px solid #dddddd;
border-right-color: #c3d9ec;
color: #0f6ab4;
a {
color: #0f6ab4;
}
}
}
}
div.content {
background-color: #ebf3f9;
border: 1px solid #c3d9ec;
h4 {
color: #0f6ab4;
}
div.sandbox_header {
a {
color: #6fa5d2;
}
}
}
}
li.operation {
&.get, &.post, &.head, &.put, &.patch, &.delete {
div.content {