]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Ticket 1172. Capitalizing first character of each word to uppercase
authorSarven Capadisli <csarven@controlyourself.ca>
Wed, 11 Feb 2009 23:03:12 +0000 (23:03 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Wed, 11 Feb 2009 23:03:12 +0000 (23:03 +0000)
instead of putting all characters to uppercase.

theme/base/css/display.css

index 3b72d00ceeb85442ea428e59a1d17dd820fd47a5..1ac63927d2d76f4ee5d6ea6d18c150d6e66a1ec9 100644 (file)
@@ -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;