Skip to content

Commit

Permalink
get rest methods larger
Browse files Browse the repository at this point in the history
  • Loading branch information
xjsender committed Apr 2, 2015
1 parent 11bbe07 commit 229dd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/rest.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h3 class="panel-title">Place HTTP method, REST URI and Body here: </h3>
</div>

<div class="panel-body">
<div class="btn-group btn-group-xs" data-toggle="buttons">
<div class="btn-group btn-group-sm" data-toggle="buttons">
<label class="radioBtn btn btn-default active">
<input type="radio" id="get" name="rest_method" value="get" checked="true" /> Get
</label>
Expand Down

0 comments on commit 229dd2b

Please sign in to comment.