aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/responsive/_global_style.scss4
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 {