fix for drupal.css error at user page
Posted by
Jan Steffen
on Thu, 03/08/2007 - 10:06SFX Design Issues
Who isn't annoyed when he is looking at a user page at sfx and has to scroll waaay down to see the real content?
The problem is a simple error in line 414 of the drupal.css stylesheet:
.profile {
clear: both;
...
That pushes the whole content below the left handed menu. Deleting the clear:.. line or replacing it with clear:none; fixes the problem, with now side effects as far as I can see.
Perhaps the admins can fix this.
For the record: I found the problematic css-entry with the help of the Webdeveloper Toolbar and found and tested the fix with a userstylesheet created with Stylish. Two great extensions every Webdevelper should have.
Cheers, Jan








