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

Gurpartap Singh’s picture

Status: Needs review » Fixed

Thanks, fixed in cvs! I know it's been too long :P

Anonymous’s picture

Status: Fixed » Closed (fixed)