diff options
-rw-r--r-- | theme/base/css/display.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 3b72d00ce..1ac63927d 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -22,7 +22,7 @@ line-height:1.65; position:relative; } h1,h2,h3,h4,h5,h6 { -text-transform:uppercase; +text-transform:capitalize; margin-bottom:7px; overflow:hidden; } @@ -43,7 +43,6 @@ font-weight:bold; legend { font-weight:bold; font-size:1.3em; -text-transform:uppercase; } input, textarea, select, option { padding:4px; |