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;
|
position:relative;
|
||||||
}
|
}
|
||||||
h1,h2,h3,h4,h5,h6 {
|
h1,h2,h3,h4,h5,h6 {
|
||||||
text-transform:uppercase;
|
text-transform:capitalize;
|
||||||
margin-bottom:7px;
|
margin-bottom:7px;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
@ -43,7 +43,6 @@ font-weight:bold;
|
|||||||
legend {
|
legend {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size:1.3em;
|
font-size:1.3em;
|
||||||
text-transform:uppercase;
|
|
||||||
}
|
}
|
||||||
input, textarea, select, option {
|
input, textarea, select, option {
|
||||||
padding:4px;
|
padding:4px;
|
||||||
|
Loading…
Reference in New Issue
Block a user