From 4cb9f50df4c3401a7c9806c400666d11b473e0d6 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 8 May 2014 18:59:44 +0200 Subject: [PATCH] retina support: use an SVG logo instead of a PNG logo --- css/style.css | 3 +- img/logo.svg | 611 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 613 insertions(+), 1 deletion(-) create mode 100644 img/logo.svg diff --git a/css/style.css b/css/style.css index 271349c..dc2a747 100644 --- a/css/style.css +++ b/css/style.css @@ -73,8 +73,9 @@ h1#title { width: 458px; float: left; margin: 0; - background-image: url(../img/logo.png); + background-image: url(../img/logo.svg); background-repeat: no-repeat; + background-size: 436px 146px; text-indent: -9999px; } diff --git a/img/logo.svg b/img/logo.svg new file mode 100644 index 0000000..bcacb74 --- /dev/null +++ b/img/logo.svg @@ -0,0 +1,611 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + yellowiscool, farvardin + + + + + steckdenis + + + Logo for I3, an improved dynamic tiling window manager: http://i3.zekjur.net/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + improved tiling wm + + + + + + + + + + + + + + + + + -- 2.39.2