8 lines
173 B
CSS
Executable File
8 lines
173 B
CSS
Executable File
.hasid {
|
|
background-image: url(img/set-id.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: left top;
|
|
padding-left: 19px;
|
|
border: 1px dotted blue;
|
|
}
|