Skip to content

Instantly share code, notes, and snippets.

@rubyisbeautiful
Created January 22, 2013 20:19
Show Gist options
  • Save rubyisbeautiful/4598034 to your computer and use it in GitHub Desktop.
Save rubyisbeautiful/4598034 to your computer and use it in GitHub Desktop.
Index: app/assets/stylesheets/self_service/form.css.scss
===================================================================
--- app/assets/stylesheets/self_service/form.css.scss (revision 1131)
+++ app/assets/stylesheets/self_service/form.css.scss (working copy)
@@ -622,6 +622,11 @@
letter-spacing: 1px;
}
+.noCapitalize .formRow label,
+.noCapitalize .formRow .center label {
+ text-transform: none;
+}
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment