One of the nicest themes for Drupal.. thanks
~one minor problem is the lack of the form css styles on the style.css (below) creates long gap between titles and first menu on admin section / forms below
I though the form style below can be included to the theme to prevent the 'overflow' gap if you consider
#node-form, #node-form .node-form {
margin:0;
padding:0;
overflow: auto; /* added this */
}
Comments
Comment #1
Gurpartap Singh commentedThanks, fixed in cvs! I know it's been too long :P
Comment #2
(not verified) commented