summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-02-11 23:03:12 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-02-11 23:03:12 +0000
commit3c8c0572efef97c25037545e1e971f0ce3cd7cc8 (patch)
tree35a72b27faf880117de6f1815a6138b6040d5c55 /theme
parent87f243917d5e58478a32a58e9d6b3364a8e02912 (diff)
Ticket 1172. Capitalizing first character of each word to uppercase
instead of putting all characters to uppercase.
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css3
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;