diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-04-29 13:36:02 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-04-29 13:36:02 +0100 |
commit | 39cc7e3f4873cec16cfb57d8b5b2c21dd5e96d13 (patch) | |
tree | 193101ffbf127a819bc7faeed27f109cfc3d2922 | |
parent | b025e56649b9dad3841b1d8b774997002db0b123 (diff) |
Remove the titlecasing of small labels
Introduced by Foundation's form module
-rw-r--r-- | app/assets/stylesheets/responsive/_global_style.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/responsive/_global_style.scss b/app/assets/stylesheets/responsive/_global_style.scss index e04e0ff1f..5b268f3a6 100644 --- a/app/assets/stylesheets/responsive/_global_style.scss +++ b/app/assets/stylesheets/responsive/_global_style.scss @@ -197,6 +197,10 @@ form input[type=text],form input[type=password] { margin:10px 0; } +label small{ + text-transform: none; +} + /* Pagination */ div.pagination { |