aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-21 04:49:34 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-21 04:49:34 +0000
commitdd66fc9a435d89a0037dab14d35ad31235a85f69 (patch)
tree052137d26d406c37df8e04ebeaa1cd76a7178ca2 /html
parent1e2efad78c39b64848c6f43c228886bf63e02973 (diff)
correct icon used with Snappy theme
Diffstat (limited to 'html')
-rw-r--r--html/s_haskell_icon.gifbin0 -> 607 bytes
-rw-r--r--html/shaddock.css2
2 files changed, 1 insertions, 1 deletions
diff --git a/html/s_haskell_icon.gif b/html/s_haskell_icon.gif
new file mode 100644
index 00000000..cb2a8158
--- /dev/null
+++ b/html/s_haskell_icon.gif
Binary files 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;