diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-03-01 19:42:22 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-03-01 19:42:22 +0000 |
commit | f69425961cb66aeb85b026a06f144e45a85c76ac (patch) | |
tree | af7337f40d5af96583c785d7993e769a4412558a | |
parent | c73305f6d64db4cc4f8274ae3379d8a2a22cc35c (diff) | |
download | brdo-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.jpg | bin | 0 -> 950 bytes | |||
-rw-r--r-- | themes/xtemplate/pushbutton/xtemplate.css | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/themes/xtemplate/pushbutton/logo-background.jpg b/themes/xtemplate/pushbutton/logo-background.jpg Binary files differnew file mode 100644 index 000000000..d47005fbb --- /dev/null +++ b/themes/xtemplate/pushbutton/logo-background.jpg 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; |