Just a little tweak in the output
gswaim - November 12, 2006 - 04:40
| Project: | User List |
| Version: | 4.7.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | aaron |
| Status: | closed |
Jump to:
Description
Just installed this module and it looks good. I think it would be nice if there were a blank line between the built in page menu and the first name on the user list.
I looked at the code, but I am not sure where to make this tweak.
Thanks in advance for any help on this

#1
it's all themed, so you could, in theory, override the theme (using phptemplate_user_list_list). however, in your particular case, i'd suggest just adding something like the following to your style.css:
.user_list .user_list_menu {margin-bottom: 10px;
}
#2
status: won't fix doesn't show up in the issues, so thought i'd let it hang around a bit to help out folks.
#3