Merge branch 'feature/streamfield' of github.com:torchbox/wagtail into feature/streamfield

This commit is contained in:
Matt Westcott 2015-02-19 19:40:15 +00:00
commit 76acbc5470

View file

@ -611,7 +611,9 @@
}
/* Custom styles that make some fields look more important */
.full input, textarea, .richtext{
.full input,
.full textarea,
.full .richtext{
@include nice-padding();
@include border-radius(0px);
padding-top:2em;