sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit a1138c53f18906c7e77fb2408f9ee9464402b4bb
parent f472ba425cad181371d2ca134446ff695e9cae51
Author: Laslo Hunhold <dev@frign.de>
Date:   Mon, 26 Jun 2017 07:52:30 +0200

Refactor st.svg: Add copyright, fix markup, fill-tag

Diffstat:
Mst.suckless.org/st.svg | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/st.suckless.org/st.svg b/st.suckless.org/st.svg @@ -1,4 +1,5 @@ <?xml version="1.0"?> +<!-- Copyright (c) 2014-2017, Laslo Hunhold <dev@frign.de> CC BY 4.0 --> <svg xmlns="http://www.w3.org/2000/svg" width="48" height="40"> -<path style="fill:#222" d="m 0,32 8,0 0,-16 40,0 0,8 -8,0 0,16 -8,0 0,-16 -16,0 0,16 -16,0 z"/> +<path d="m 0,32 8,0 0,-16 40,0 0,8 -8,0 0,16 -8,0 0,-16 -16,0 0,16 -16,0 z" fill="#222"/> </svg>