Merge branch 'pledged_badges' of github.com:Gluejar/regluit into pledged_badges

pull/1/head
Andromeda Yelton 2012-10-03 16:28:51 -04:00
commit e99a88c103
2 changed files with 6 additions and 21 deletions

View File

@ -203,18 +203,10 @@ img.user-avatar {
} }
.user-badges img { .user-badges img {
vertical-align: text-bottom; vertical-align: text-bottom;
} border: 1px solid #D4D4D4;
.user-badges img.pledger { -moz-border-radius: 5px;
border: 3px solid #efd45e; -webkit-border-radius: 5px;
-moz-border-radius: 7px; border-radius: 5px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
.user-badges img.pledger2 {
border: 3px solid #e18551;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
} }
.social { .social {
width: 100%; width: 100%;

View File

@ -129,15 +129,8 @@ img.user-avatar {
img { img {
vertical-align:text-bottom; vertical-align:text-bottom;
border:1px solid #d4d4d4;
&.pledger { .one-border-radius(5px);
border: 3px solid @yellow;
.one-border-radius(7px);
}
&.pledger2 {
border: 3px solid @orange;
.one-border-radius(7px);
} }
} }
} }