Skip to content

Commit

Permalink
fixing sprite class names
Browse files Browse the repository at this point in the history
  • Loading branch information
draeton committed Apr 23, 2013
1 parent dec0833 commit 89f2e56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions css/draeton.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,43 +119,43 @@ pre code {
display: inline-block;
}

.contact-behance {
.contacts-behance {
width: 30px;
height: 30px;
background-position: -5px -5px;
}

.contact-github {
.contacts-github {
width: 30px;
height: 30px;
background-position: -45px -5px;
}

.contact-gmail {
.contacts-gmail {
width: 30px;
height: 30px;
background-position: -5px -45px;
}

.contact-linkedin {
.contacts-linkedin {
width: 30px;
height: 30px;
background-position: -45px -45px;
}

.contact-stackoverflow {
.contacts-stackoverflow {
width: 30px;
height: 30px;
background-position: -85px -5px;
}

.contact-tumblr {
.contacts-tumblr {
width: 30px;
height: 30px;
background-position: -85px -45px;
}

.contact-twitter {
.contacts-twitter {
width: 30px;
height: 30px;
background-position: -5px -85px;
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h1>Matthew Cobbs</h1>
<a href="http://stackoverflow.com/users/230483/draeton" class="btn btn-info">Stack Overflow</a>
<a href="http://twitter.com/draeton/" class="btn btn-info">Twitter</a>
<a href="http://draeton.tumblr.com/" class="btn btn-info">Tumblr</a>
<a href="http://behance.com/draeton" class="btn btn-info">Behance</a>
</div>
</div>

Expand Down

0 comments on commit 89f2e56

Please sign in to comment.