From 1ad888597484a3bfc066bcf84268cec6b193ddf9 Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Sun, 8 Feb 2009 10:27:08 -0600 Subject: [PATCH] Optimize SVG Thanks to Sam Ruby, SVG logo is half the size it was before. Also, use the "wrapper div" trick to make the logo work in older browsers. --- app/views/svg_logo.html.erb | 29 ++++++++++------------------- public/stylesheets/instiki.css | 2 ++ 2 files changed, 12 insertions(+), 19 deletions(-) diff --git a/app/views/svg_logo.html.erb b/app/views/svg_logo.html.erb index 9c1dc26b..ea489913 100644 --- a/app/views/svg_logo.html.erb +++ b/app/views/svg_logo.html.erb @@ -1,19 +1,10 @@ - + \ No newline at end of file diff --git a/public/stylesheets/instiki.css b/public/stylesheets/instiki.css index b7b4f7a9..5be36371 100644 --- a/public/stylesheets/instiki.css +++ b/public/stylesheets/instiki.css @@ -65,6 +65,8 @@ padding:0; #svg_logo { float:left; margin:.5em .25em 0 -.625em; +width:1.5em; +height:1.625em; } a.nav,a.nav:link,a.nav:visited {