Skip to content
Snippets Groups Projects
Commit e4f597b0 authored by Steven Wittens's avatar Steven Wittens
Browse files

- Remove left-over debug css from form api patch

parent 75fe6b6c
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
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