forked from GNUsocial/gnu-social
Ticket 1172. Capitalizing first character of each word to uppercase
instead of putting all characters to uppercase.
This commit is contained in:
parent
87f243917d
commit
3c8c0572ef
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user