From dd66fc9a435d89a0037dab14d35ad31235a85f69 Mon Sep 17 00:00:00 2001 From: Mark Lentczner Date: Wed, 21 Jul 2010 04:49:34 +0000 Subject: correct icon used with Snappy theme --- html/s_haskell_icon.gif | Bin 0 -> 607 bytes html/shaddock.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 html/s_haskell_icon.gif (limited to 'html') diff --git a/html/s_haskell_icon.gif b/html/s_haskell_icon.gif new file mode 100644 index 00000000..cb2a8158 Binary files /dev/null and b/html/s_haskell_icon.gif differ diff --git a/html/shaddock.css b/html/shaddock.css index 82c8bfef..4af9b94b 100644 --- a/html/shaddock.css +++ b/html/shaddock.css @@ -217,7 +217,7 @@ h4, #package-header { font-family: "Gill Sans", "Helvetica Neue","Arial",sans-serif; - background: #3465a4 url(haskell_icon.gif) no-repeat 4px 3px; + background: #3465a4 url(s_haskell_icon.gif) no-repeat 4px 3px; padding: 0; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -- cgit v1.2.3