The website I am working on uses an image defined in CSS as the main logo. The html code looks like this:
Something.com | The best something ever
Resizing the block would work:
h1 { overflow: hidden; width: 1px; height: 1px; }