Skip to content

Commit

Permalink
removing old images and fixing css
Browse files Browse the repository at this point in the history
  • Loading branch information
Turini committed Mar 28, 2014
1 parent 2386544 commit 486d998
Show file tree
Hide file tree
Showing 4 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 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 486d998

Please sign in to comment.