From 1c5ed75e7203df06fcff050b3ecd8b95f16d54a9 Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Mon, 17 Feb 2014 16:52:48 -0500 Subject: [PATCH] Replace unicode menu icon with inline SVG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - unicode menu icon doesn’t render pixel crisp (has some anti-aliasing), whereas SVG renders pixel optimized - using inline SVG (instead of a referenced, attached file, will save an http request --- lib/site_template/_includes/header.html | 12 +++++++++++- lib/site_template/css/main.css | 2 ++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/lib/site_template/_includes/header.html b/lib/site_template/_includes/header.html index e0679dce..a0bac0fa 100644 --- a/lib/site_template/_includes/header.html +++ b/lib/site_template/_includes/header.html @@ -5,7 +5,17 @@ {{ site.name }}