Author: davsclaus Date: Thu Jan 28 15:17:48 2016 New Revision: 978878 Log: Add style for profile photo so they are same size. Thanks Dan for the hint.
Modified: websites/production/camel/content/styles/site.css Modified: websites/production/camel/content/styles/site.css ============================================================================== --- websites/production/camel/content/styles/site.css (original) +++ websites/production/camel/content/styles/site.css Thu Jan 28 15:17:48 2016 @@ -169,6 +169,15 @@ div.navigation img { div.navigation sup img { height: 0px; width: 0px; } + +/* ====================================================== */ +/* Profile Photo to ensure same size */ +/* ====================================================== */ +img.userLogo.logo { + height: 64px; + width: 64px; +} + /* ====================================================== */ /* Footer Styling */ /* ====================================================== */