Skip to content

Commit

Permalink
Merge pull request #472 from caelum/addingCommunitySprite
Browse files Browse the repository at this point in the history
[vraptor-site] adding community sprite
  • Loading branch information
Turini committed Mar 29, 2014
2 parents 970710a + 486d998 commit 558d861
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions vraptor-site/content/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,23 +109,24 @@ div.note p {
}

.community a:before {
background: url(../img/community.png) no-repeat top left;
display: inline-block;
content: '';
background-size: contain;
width: 32px;
height: 32px;
background-size: 32px;
width: 35px;
height: 35px;
}

.community a[href*="groups.google.com"]:before {
background-image: url(../img/logo-gplus.png);
background-position: 0 -45px;
}

.community a[href*="github.com"]:before {
background-image: url(../img/logo-github.png);
background-position: 0 0;
}

.community a[href*="guj.com.br"]:before {
background-image: url(../img/logo-guj.png);
background-position: 0 -89px;
}

.download-btn {
Expand Down
Binary file added vraptor-site/content/img/community.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed vraptor-site/content/img/logo-github.png
Binary file not shown.
Binary file removed vraptor-site/content/img/logo-gplus.png
Binary file not shown.
Binary file removed vraptor-site/content/img/logo-guj.png
Binary file not shown.

0 comments on commit 558d861

Please sign in to comment.