Skip to content

Commit

Permalink
Merge pull request #190 from hashicorp/docker-brand-guidelines
Browse files Browse the repository at this point in the history
website: update docker logo to adhere to brand guidelines
  • Loading branch information
mitchellh committed Oct 1, 2015
2 parents b430142 + 9172780 commit 3d4f00b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file removed website/source/assets/images/icon-docker-outline.png
Binary file not shown.
Binary file removed website/source/assets/images/[email protected]
Binary file not shown.
10 changes: 5 additions & 5 deletions website/source/assets/stylesheets/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -354,13 +354,13 @@

.docker-outline-logo{
display: inline-block;
width: 125px;
height: 80px;
width: 80px;
height: 67px;
position: relative;
top: 12px;
margin-left: 10px;
background: image-url('../images/icon-docker-outline.png') 0 0 no-repeat;
@include img-retina("../images/icon-docker-outline.png", "../images/icon-docker-outline@2x.png", 125px, 80px);
margin-left: 8px;
background: image-url('../images/partner-docker.png') 0 0 no-repeat;
@include img-retina("../images/partner-docker.png", "../images/partner[email protected]", 80px, 67px);
}

a{
Expand Down

0 comments on commit 3d4f00b

Please sign in to comment.