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
No related merge requests found
......@@ -61,7 +61,7 @@ table {
color: #222;
}
.links {
margin-bottom: 2em;
margin-bottom: 0em;
}
.comment .links {
margin-bottom: 0em;
......@@ -222,7 +222,7 @@ table {
font-size: 1.1em;
}
.node {
margin: .5em 0 1em 0;
margin: .5em 0 2em 0;
}
.sticky {
padding: .5em;
......
......@@ -5,7 +5,6 @@ function chameleon_features() {
return array(
'logo',
'toggle_name',
'toggle_search',
'toggle_slogan',
'toggle_primary_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