This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
qemudb/xinha/plugins/InsertAnchor/insert-anchor.css

10 lines
206 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;
padding-left: 19px;
border: 1px dotted blue;
}