1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LuckyCoinkydink/htmlarea/plugins/InsertAnchor/insert-anchor.css

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;
}