From 50dd05fac5d8f0842ddba1467ee04621a7b6c18e Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Thu, 16 Feb 2012 13:35:43 +0000 Subject: [PATCH] Removing the "text-transform: lowercase" on all buttons. close #1113 --- resources/static/css/common.css | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/static/css/common.css b/resources/static/css/common.css index d0c57bd5a..21d995029 100644 --- a/resources/static/css/common.css +++ b/resources/static/css/common.css @@ -146,7 +146,6 @@ button, font-family: 'Droid Serif', Georgia, serif; color: #fff; text-shadow: -1px -1px 0 #37A6FF; - text-transform: lowercase; cursor: pointer; -webkit-box-shadow: 0 0 0 1px #76C2FF inset; -- GitLab