From d0e13a86dd57f189771ce2c223c656143356845c Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sat, 18 Sep 2004 01:14:30 +0000 Subject: - #9576 : A last-minute fix for pushbutton in Opera/Konqueror/Safari got lost in the move to the new template system. http://drupal.org/node/9576#comment-11328 This still suffers from the Safari gamma bug, which we agreed not to cater to. --- themes/pushbutton/header-c.png | Bin 0 -> 195 bytes themes/pushbutton/style.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 themes/pushbutton/header-c.png diff --git a/themes/pushbutton/header-c.png b/themes/pushbutton/header-c.png new file mode 100644 index 000000000..711a3c7e4 Binary files /dev/null and b/themes/pushbutton/header-c.png differ diff --git a/themes/pushbutton/style.css b/themes/pushbutton/style.css index b20a37214..aef735a27 100644 --- a/themes/pushbutton/style.css +++ b/themes/pushbutton/style.css @@ -231,7 +231,7 @@ td#home a:hover img { } #site-info { background-color: #bdd3ea; - background-image: none; + background-image: url('header-c.png'); font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif; } .site-name { -- cgit v1.2.3