Skip to content

Commit

Permalink
Small changes to test page
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerdmnt committed Oct 11, 2012
1 parent bbf0268 commit ac4e929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.html
Expand Up @@ -4,9 +4,9 @@
<script src="../build/build.js" type="text/javascript"></script>
<script src="test.js" type="text/javascript"></script>

<form style="width: 50%; margin-left: auto; margin-right: auto;">
<form style="width: 30%; margin-left: auto; margin-right: auto;">
<legend>Fields</legend>
<input id="title" type="text" placeholder="Title" style="display: block" />
<input id="title" type="text" placeholder="Title" style="display: block; width: 100%; margin-right: 0px;" />
<input id="tags" type="text" placeholder="Tags" />
</form>
</body>
Expand Down

0 comments on commit ac4e929

Please sign in to comment.