8 lines
187 B
CSS
8 lines
187 B
CSS
|
.top-link{
|
||
|
background: url(../img/top.png) center left no-repeat;
|
||
|
background-size: auto;
|
||
|
background-size: 23px;
|
||
|
padding-left: 30px;
|
||
|
line-height: 32px;
|
||
|
display: inline-block;
|
||
|
}
|