Skip to content

Commit

Permalink
align D logo with text
Browse files Browse the repository at this point in the history
- drop shadow of logo isn't visible on dark background
  so shift the logo down by that amount so it's optically
  aligned with the text next to it
  • Loading branch information
MartinNowak committed Jan 21, 2015
1 parent 520b8d3 commit 4b621cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/style.css
Expand Up @@ -381,6 +381,8 @@ div#header
img#logo
{
vertical-align: text-bottom;
/* drop shadow isn't visible => align the logo */
margin-bottom: -3px;
}

/*div#d-language a*/
Expand Down

0 comments on commit 4b621cf

Please sign in to comment.