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

- Patch by TDobes:

   + removes 'toggle_search' from the features array in chameleon.theme
   + merges changes to bluemarine from just a couple of hours before template patch was committed
parent 81861a8e
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
...@@ -61,7 +61,7 @@ table { ...@@ -61,7 +61,7 @@ table {
color: #222; color: #222;
} }
.links { .links {
margin-bottom: 2em; margin-bottom: 0em;
} }
.comment .links { .comment .links {
margin-bottom: 0em; margin-bottom: 0em;
...@@ -222,7 +222,7 @@ table { ...@@ -222,7 +222,7 @@ table {
font-size: 1.1em; font-size: 1.1em;
} }
.node { .node {
margin: .5em 0 1em 0; margin: .5em 0 2em 0;
} }
.sticky { .sticky {
padding: .5em; padding: .5em;
......
...@@ -5,7 +5,6 @@ function chameleon_features() { ...@@ -5,7 +5,6 @@ function chameleon_features() {
return array( return array(
'logo', 'logo',
'toggle_name', 'toggle_name',
'toggle_search',
'toggle_slogan', 'toggle_slogan',
'toggle_primary_links', 'toggle_primary_links',
'toggle_secondary_links'); 'toggle_secondary_links');
......
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