diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-03-06 13:27:48 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-28 09:07:19 +0100 |
commit | 3a2a364c84d366cd8b23c54a6f9fa70c03e0913b (patch) | |
tree | ba1d12a5185ba8526ba93943fbd31c98f9a86ab1 | |
parent | 91c3a5f36bf1b644dce6295df800b543cd069e15 (diff) |
Don't capitalize the label
-rw-r--r-- | app/assets/stylesheets/widget.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/widget.css b/app/assets/stylesheets/widget.css index 704769199..f7827c5fa 100644 --- a/app/assets/stylesheets/widget.css +++ b/app/assets/stylesheets/widget.css @@ -76,6 +76,7 @@ a:active { font-size: 0.875em; line-height: 1.1em; color: #555; + text-transform: capitalize; } .alaveteli-widget__left { |