diff --git a/themes/bluemarine/style.css b/themes/bluemarine/style.css
index 8d3372db21097941c99d680c3651726411a70214..366f538d1462914a9f46f7753325bafae8602877 100644
--- a/themes/bluemarine/style.css
+++ b/themes/bluemarine/style.css
@@ -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;
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme
index 1889898f6733eef9f98960bd9eaa4e3a253427c6..470abc2c3f990fdc616adedec29ffcbc54f72529 100644
--- a/themes/chameleon/chameleon.theme
+++ b/themes/chameleon/chameleon.theme
@@ -5,7 +5,6 @@ function chameleon_features() {
   return array(
        'logo',
        'toggle_name',
-       'toggle_search',
        'toggle_slogan',
        'toggle_primary_links',
        'toggle_secondary_links');