Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégory L'Azou committed May 2, 2013
1 parent 4ad9519 commit 1f18ec2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,20 @@ The logo dimension is constrained to 250x50px. To use more horizontal or vertica

#headerDesktop .logo img {
max-width: none;
max-height: none;
max-height: 90px;
}
You can save 10 more px by changing the top margin of the logo:

#headerDesktop .rightArea {
padding-top: 15px;
}

#headerDesktop .logo img {
max-width: none;
max-height: 100px;
}


## Developer guide

Expand Down

0 comments on commit 1f18ec2

Please sign in to comment.