Beautify profiles and groups lists Some css fixes to make groups and profiles list more consistent: In base: * Remove bullets that were floating around * Reduce font size to fit and look better * Group nickname is bold * Same location and full name layout in both groups and profile lists In neo-gnu: * Align vertically location In neo-quitter: * Make group list look like profile one * Small adjustments due to changes to base How it looks with neo-gnu Profile:  Groups:  How it looks with neo-quitter Profile:  Group:  See merge request !26
* To use a theme other than neo, add this to config.php: $config['site']['theme'] = 'yourthemename'; * To use/import the base theme, add this to your theme.ini file: include=base * To include an external CSS resource (e.g. for a webfont), add this to the top of your theme.ini file: external[]="yourexternalURL"