Skip to content

Commit

Permalink
Fix hidden optional field.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Jan 16, 2017
1 parent 178a336 commit 0157a85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @apiDescription Compare Verison 0.3.0 with 0.2.0 and you will see the green markers with new items in version 0.3.0 and red markers with removed items since 0.2.0.
*
* @apiParam {Number} id The Users-ID.
* @apiParam {Number} [id] The Users-ID.
*
* @apiExample Example usage:
* curl -i http://localhost/user/4711
Expand Down
4 changes: 3 additions & 1 deletion template/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ th {

td {
vertical-align: top;
padding: 2px 8px;
padding: 10px 8px 0 8px;
border: #e0e0e0 1px solid;
}

Expand All @@ -126,6 +126,8 @@ td {

.label-optional {
float: right;
background-color: grey;
margin-top: 4px;
}

.open-left {
Expand Down

0 comments on commit 0157a85

Please sign in to comment.