You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
416 B
24 lines
416 B
.leter-list{
|
|
list-style: none;
|
|
}
|
|
|
|
.leter-list li{
|
|
margin-bottom: 2px;
|
|
margin-left: -10px;
|
|
}
|
|
|
|
.leter-list li a:hover{
|
|
text-decoration: none;
|
|
color: #ff6600;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.leter-list li a {
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 17px;
|
|
text-decoration: underline;
|
|
color: #464646;
|
|
padding: 2px 15px 2px 9px;
|
|
border-color: transparent;
|
|
}
|
|
|