diff options
author | Marcel Korpel <marcel.korpel@gmail.com> | 2015-07-09 00:33:25 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-08-08 12:59:23 +0200 |
commit | 8375d212106918b602911f6286d2e4fd172d446e (patch) | |
tree | 6a2d8be88078af550bb713d7cffe781c6fc95e12 /web/html/images/x.svg | |
parent | 4ca87473964a6da45bd6b8a1679afcdc1a0694af (diff) | |
download | aur-8375d212106918b602911f6286d2e4fd172d446e.tar.gz aur-8375d212106918b602911f6286d2e4fd172d446e.tar.xz |
Use SVG image for comment deletion icon
This also puts the icon to the right and the timestamp in the byline
and wipes out a repeated instance of the byline.
Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/images/x.svg')
-rw-r--r-- | web/html/images/x.svg | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/web/html/images/x.svg b/web/html/images/x.svg new file mode 100644 index 00000000..e323fe19 --- /dev/null +++ b/web/html/images/x.svg @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + version="1.1" + id="svg2" + viewBox="0 0 8 8" + height="8" + width="8"> + <metadata + id="metadata10"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <defs + id="defs8" /> + <path + style="fill:#3366aa;fill-opacity:1" + id="path4" + d="M1.41 0l-1.41 1.41.72.72 1.78 1.81-1.78 1.78-.72.69 1.41 1.44.72-.72 1.81-1.81 1.78 1.81.69.72 1.44-1.44-.72-.69-1.81-1.78 1.81-1.81.72-.72-1.44-1.41-.69.72-1.78 1.78-1.81-1.78-.72-.72z" /> +</svg> |