Skip to content
Snippets Groups Projects
Commit f6942596 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- 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.
parent c73305f6
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
themes/xtemplate/pushbutton/logo-background.jpg

950 B

...@@ -95,6 +95,9 @@ table#primary-links-table { ...@@ -95,6 +95,9 @@ table#primary-links-table {
table#primary-links-table tr { table#primary-links-table tr {
background: transparent url(header-a.jpg) left bottom repeat; 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 { td#home a:link img, td#home a:visited img {
background: transparent url(logo-active.jpg) repeat; background: transparent url(logo-active.jpg) repeat;
width: 144px; width: 144px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment