I wanted to change the logo in the header, so uploaded my own. I wanted to make the header taller, to fit my image in (which was 78px high). I made it taller, but the image was still shrunk. Then I went into/include/client/header.inc.phpand found that line 46 includes the inline style"style="height: 5em">Why? The whole purpose of CSS is to save you having to manually edit PHP and HTML files... And in /support/assets/default/css/theme.css there is#header #logo { float: left; height: 78px; width: 368px;}which is completely overriden by the inline style! I was merrily editing #header #logo in Firebug, and wondering why it wasn't changing size...