9 lines
184 B
CSS
Executable File
9 lines
184 B
CSS
Executable File
a.anchor {
|
|
width: 18px;
|
|
height: 18px;
|
|
background-image: url(img/insert-anchor.gif);
|
|
background-repeat: no-repeat;
|
|
background-position: left top;
|
|
border: 1px dotted blue;
|
|
}
|