FontAwesome and Bootstrap are imported locally rather than via CDN. Updated the docs screenshots to the new style.
Pull the external stylesheets in by <link> rather than @import for faster page load
Matched the admin config pages to the default metacatUI theme. Changed the background image of the docs and config pages to a big cat for some metacat branding.
Redesigned the /admin configuration pages to better match our new MetacatUI design. Looks good in both /context/admin view and the #external view using metacatUI
Change MetaCatVersion to MetacatVersion
Fix references to db classes that were moved and refactoring missed.
Added header and footer sections that allow admin to log in as different user and to see user documentation.
Add support email to configuration error messages
Fix question mark help links
remove <p> formatting
Clean up formatting on configuration pages
Align submit buttons
change request attribute name from metaCatVersion to metacatVersion
Merge 1.9 changes into Head