summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-08-20 14:30:57 +0000
committerDries Buytaert <dries@buytaert.net>2004-08-20 14:30:57 +0000
commit1a807c870a42870006ea6c6984bb522ccbe4a218 (patch)
tree5f8536d67173bffbed598528116408c8d74a73b2 /themes
parent81861a8e91a82ea735e7f9333e87572d1fee4d83 (diff)
downloadbrdo-1a807c870a42870006ea6c6984bb522ccbe4a218.tar.gz
brdo-1a807c870a42870006ea6c6984bb522ccbe4a218.tar.bz2
- 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
Diffstat (limited to 'themes')
-rw-r--r--themes/bluemarine/style.css4
-rw-r--r--themes/chameleon/chameleon.theme1
2 files changed, 2 insertions, 3 deletions
diff --git a/themes/bluemarine/style.css b/themes/bluemarine/style.css
index 8d3372db2..366f538d1 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 1889898f6..470abc2c3 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');