Skip to content

Commit

Permalink
no-badge
Browse files Browse the repository at this point in the history
  • Loading branch information
heynemann committed Aug 19, 2012
1 parent 3a09af6 commit 4d9e7fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions badger/badger/static/badger/css/badges.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
.no-badge {
width: 362px;
height: 26px;
margin-top: 16px;
background: url('../../profile/img/whysosad.png') no-repeat;
}

.newbie-badger {
width: 56px;
height: 58px;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions badger/user_profile/templates/profile/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<div class="icon"></div>
<div class="name"><a href="">thumbor</a></div>
<ul class="badge-list">
<li class="no-badge" title="this badger has no achievements in this repo. don't feel bad... they'll come"></li>
<li class="newbie-badger" title="this badger is no stranger to git (1 commit in this project)">
</li>
<li class="big-bad-badger" title="who's afraid of this big bad badger? (100+ commits in this project)">
Expand Down

0 comments on commit 4d9e7fa

Please sign in to comment.