Skip to content

Commit

Permalink
fixed accidentally non-specific selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Cranwell committed Feb 19, 2015
1 parent 22a84e1 commit e41197c
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -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;
Expand Down

0 comments on commit e41197c

Please sign in to comment.