16 lines
297 B
CSS
16 lines
297 B
CSS
|
#print a
|
||
|
{
|
||
|
|
||
|
color: #999999;
|
||
|
display: block;
|
||
|
padding-left: 22px;
|
||
|
float: left;
|
||
|
background-color: transparent;
|
||
|
background-image: url(../images/spi.gif);
|
||
|
background-repeat: no-repeat;
|
||
|
background-attachment: scroll;
|
||
|
background-x-position: 0%;
|
||
|
background-y-position: 0%;
|
||
|
float: right;
|
||
|
|
||
|
}
|