summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-10-11 19:52:34 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-10-11 19:52:34 +0000
commite4f597b0bc73cd5e149e96ff1f06ea5e5094c280 (patch)
tree4fcf39d9f9d9af5653c15ea9a5ec4a73727d9710 /misc
parent75fe6b6c0ae85d2b53cb803d5b028b050fd6d454 (diff)
downloadbrdo-e4f597b0bc73cd5e149e96ff1f06ea5e5094c280.tar.gz
brdo-e4f597b0bc73cd5e149e96ff1f06ea5e5094c280.tar.bz2
- Remove left-over debug css from form api patch
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css8
1 files changed, 1 insertions, 7 deletions
diff --git a/misc/drupal.css b/misc/drupal.css
index 527eb1feb..7757cfd12 100644
--- a/misc/drupal.css
+++ b/misc/drupal.css
@@ -623,13 +623,7 @@ html.js fieldset.collapsible legend a {
html.js fieldset.collapsed legend a {
background-image: url('menu-collapsed.png');
}
-// Note: IE-only fix due to '* html' (breaks Konqueror otherwise).
+/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsible legend a {
display: block;
}
-
-/*
-** Temporary CSS for porting of drupal forms.
-*/
-form { border: 3px solid red; }
-form.form-api { border : 0px; }