clear button padding 25 --> 20

This commit is contained in:
vitalets
2013-01-07 14:35:57 +04:00
parent 02a961ed85
commit 569fc40dbb
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,8 @@ Textarea input
$(function(){
$('#comments').editable({
url: '/post',
title: 'Enter comments'
title: 'Enter comments',
rows: 10
});
});
</script>