From f69425961cb66aeb85b026a06f144e45a85c76ac Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 1 Mar 2004 19:42:22 +0000 Subject: - Patch 6138 by MegaGrunt: this patch creates a repeated background behind the header logo image, so that multiple lines of text can be added to Primary menu without breaking the design. --- themes/xtemplate/pushbutton/logo-background.jpg | Bin 0 -> 950 bytes themes/xtemplate/pushbutton/xtemplate.css | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 themes/xtemplate/pushbutton/logo-background.jpg diff --git a/themes/xtemplate/pushbutton/logo-background.jpg b/themes/xtemplate/pushbutton/logo-background.jpg new file mode 100644 index 000000000..d47005fbb Binary files /dev/null and b/themes/xtemplate/pushbutton/logo-background.jpg differ diff --git a/themes/xtemplate/pushbutton/xtemplate.css b/themes/xtemplate/pushbutton/xtemplate.css index 154b6d7c4..dd06bc2b9 100644 --- a/themes/xtemplate/pushbutton/xtemplate.css +++ b/themes/xtemplate/pushbutton/xtemplate.css @@ -95,6 +95,9 @@ table#primary-links-table { table#primary-links-table tr { background: transparent url(header-a.jpg) left bottom repeat; } +td#home { + background: transparent url(logo-background.jpg) left top repeat; +} td#home a:link img, td#home a:visited img { background: transparent url(logo-active.jpg) repeat; width: 144px; -- cgit v1.2.3