Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
small style change in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fayderflorez committed Jul 29, 2014
1 parent 569e0cd commit ea0d8ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h3> Country Codes</h3>
<code id="rc-a-alpha2" class="rc-a-tryit rc-a-code">http://localhost:8081/rest/v1/alpha?codes=co;rus;no</code>
</div>
</div>
<div id="rc-div-diy" class="col-lg-11" style="margin-top: 10px; margin-bottom: 10px; text-align: center;">
<div id="rc-div-diy" class="col-lg-12" style="margin-top: 10px; margin-bottom: 10px; text-align: center;">
<h3>Try it yourself</h3>
<div class="input-group">
<input type="text" class="form-control rc-input-tryit" value="http://localhost:8081/rest/v1/name/united"></input>
Expand All @@ -134,13 +134,14 @@ <h3>Try it yourself</h3>
<div class="alert alert-block alert-danger fade in">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<h4>Well... you just broke it</h4>
<p>We will greatly appreciate if you report a bug in either <a href="https://twitter.com/faydertvp">twitter</a> or <a href="https://github.com/fayder/restcountries/issues">github</a></p>
<p>I will greatly appreciate if you report a bug in either <a href="https://twitter.com/faydertvp">twitter</a> or <a href="https://github.com/fayder/restcountries/issues">github</a></p>


</div>
</div>
</div>
</div>
<br /><br />


<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
Expand Down

0 comments on commit ea0d8ef

Please sign in to comment.