Skip to content
Snippets Groups Projects
Commit 55af18a2 authored by Steven Wittens's avatar Steven Wittens
Browse files

- #18879: Pushbutton Header CSS Cleanup

parent 0a984f2c
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
...@@ -20,10 +20,6 @@ h1 { ...@@ -20,10 +20,6 @@ h1 {
color: #369; color: #369;
font-size: 1.6em; font-size: 1.6em;
} }
img {
display: block;
border: 0;
}
tr.dark td, tr.light td { tr.dark td, tr.light td {
padding: 0.3em; padding: 0.3em;
} }
...@@ -80,7 +76,9 @@ pre { ...@@ -80,7 +76,9 @@ pre {
** Page layout blocks / IDs ** Page layout blocks / IDs
*/ */
#primary-menu { #primary-menu {
border-collapse: separate;
background-color: #e0edfb; background-color: #e0edfb;
border-bottom: 3px solid #69c;
} }
#primary-menu tr { #primary-menu tr {
background: transparent url(header-a.jpg) left bottom repeat; background: transparent url(header-a.jpg) left bottom repeat;
...@@ -113,8 +111,8 @@ td#home a:hover img { ...@@ -113,8 +111,8 @@ td#home a:hover img {
color: #369; color: #369;
} }
#secondary-menu { #secondary-menu {
border-collapse: separate;
background-color: #369; background-color: #369;
border-top: 3px solid #69c;
border-bottom: 3px solid #69c; border-bottom: 3px solid #69c;
} }
.secondary-links, .secondary-links a:link, .secondary-links a:visited { .secondary-links, .secondary-links a:link, .secondary-links a:visited {
......
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