alabaster
alabaster copied to clipboard
Fix layout of logo.
Having <h1> inside <p> led some browsers (e.g., Firefox) to believe that the HTML code was ill-formed. Thus, they inserted </p> before <h1>, causing the logo to be incorrectly pushed away from the logo name. Below are screenshots showing the issue.
Before the pull request:

After the pull request:
