summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-03-01 19:42:22 +0000
committerDries Buytaert <dries@buytaert.net>2004-03-01 19:42:22 +0000
commitf69425961cb66aeb85b026a06f144e45a85c76ac (patch)
treeaf7337f40d5af96583c785d7993e769a4412558a
parentc73305f6d64db4cc4f8274ae3379d8a2a22cc35c (diff)
downloadbrdo-f69425961cb66aeb85b026a06f144e45a85c76ac.tar.gz
brdo-f69425961cb66aeb85b026a06f144e45a85c76ac.tar.bz2
- 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.
-rw-r--r--themes/xtemplate/pushbutton/logo-background.jpgbin0 -> 950 bytes
-rw-r--r--themes/xtemplate/pushbutton/xtemplate.css3
2 files changed, 3 insertions, 0 deletions
diff --git a/themes/xtemplate/pushbutton/logo-background.jpg b/themes/xtemplate/pushbutton/logo-background.jpg
new file mode 100644
index 000000000..d47005fbb
--- /dev/null
+++ b/themes/xtemplate/pushbutton/logo-background.jpg
Binary files 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;