SalleX
Новичок
-
Регистрация
-
В сети
Reputation Activity
-
SalleX reacted to Silence in Маленькие буквы в менюtext-transform: uppercase;
-
SalleX reacted to Silence in Маленькие буквы в менюнайти:
#community_app_menu>li>a { color: #e9e9e9; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; display: block; outline: none; padding: 0px 16px; line-height: 32px; height: 32px; } измени на:
#community_app_menu>li>a { color: #e9e9e9; -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; display: block; outline: none; padding: 0px 16px; line-height: 32px; height: 32px; text-transform: uppercase; }