diff --git a/os_api_ref/assets/api-site.css b/os_api_ref/assets/api-site.css index 20a6f35..519c778 100644 --- a/os_api_ref/assets/api-site.css +++ b/os_api_ref/assets/api-site.css @@ -48,7 +48,7 @@ a.operation-anchor { visibility: visible; } -/* All tables for requests should be full width */ +/* All parameter tables should be full width */ .api-detail table.docutils { width: 100%; @@ -109,6 +109,7 @@ a.operation-anchor { .btn-detail, .btn-expand-all { + color: #fff; background-color: #2A4E68; } diff --git a/os_api_ref/assets/api-site.js b/os_api_ref/assets/api-site.js index 9c7a451..5d0b83e 100644 --- a/os_api_ref/assets/api-site.js +++ b/os_api_ref/assets/api-site.js @@ -29,7 +29,7 @@ }); // Expand the world. Wires up the expand all button, it turns - // off tye sync while it is running to save the costs with the + // off the sync while it is running to save the costs with the // history API. var expandAllActive = true; $('#expand-all').click(function () {