Consistent styling

This commit is contained in:
Gregory Eremin
2013-07-12 14:34:38 +07:00
parent 624be69198
commit 9b1df758cf
5 changed files with 25 additions and 15 deletions
+4 -2
View File
@@ -1,5 +1,9 @@
form action="/" method="post" accept-charset="UTF-8"
textarea name="contents"
input.btn type="submit" value="Save"
a.btn href="#" role="submit" Save
input id="syntax-input" type="hidden" name="syntax" value=""
div.btn id="syntax-selector" class="wrapper-dropdown" tabindex="1"
span Syntax
@@ -7,5 +11,3 @@ form action="/" method="post" accept-charset="UTF-8"
li.selected data-value="" Plain Text
- for code, name in @syntaxes
li data-value=code =name
input type="submit" value="Save"
a.btn href="#" role="submit" Save