colliding style removed

This commit is contained in:
Pablo Cuadrado 2014-09-23 20:25:57 -03:00 committed by Steffen van Bergerem
parent cfff769152
commit 122fde9093

View file

@ -22,7 +22,7 @@
<form accept-charset="UTF-8" action="/posts/{{id}}/comments" class="new_comment" id="new_comment_on_{{id}}" method="post"> <form accept-charset="UTF-8" action="/posts/{{id}}/comments" class="new_comment" id="new_comment_on_{{id}}" method="post">
<textarea class="comment_box" id="comment_text_on_{{id}}" name="text" rows="2" required placeholder="{{t "stream.comment"}}" /> <textarea class="comment_box" id="comment_text_on_{{id}}" name="text" rows="2" required placeholder="{{t "stream.comment"}}" />
<div class="submit_button"> <div class="submit_button">
<input class="btn btn-primary creation" id="comment_submit_{{id}}" name="commit" type="submit" value="{{t "stream.comment"}}" /> <input class="btn creation" id="comment_submit_{{id}}" name="commit" type="submit" value="{{t "stream.comment"}}" />
</div> </div>
</form> </form>
</div> </div>