From 1a807c870a42870006ea6c6984bb522ccbe4a218 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Fri, 20 Aug 2004 14:30:57 +0000 Subject: [PATCH] - 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 --- themes/bluemarine/style.css | 4 ++-- themes/chameleon/chameleon.theme | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/themes/bluemarine/style.css b/themes/bluemarine/style.css index 8d3372db2109..366f538d1462 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 1889898f6733..470abc2c3f99 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'); -- GitLab