Navigation Menu

Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Commit

Permalink
rounded image border
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Levine committed Aug 12, 2010
1 parent 79b1df7 commit 3682f7e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion mug_stats.html
Expand Up @@ -30,7 +30,7 @@
return '<a href="' + link + '">' + content + '</a>';
},
addImage = function( imagesrc, alt) {
return '<img src="'+imagesrc+'" height="'+$parameters.imageheight+'" alt="'+alt+'"/>';
return '<div class="mup-img"><img src="'+imagesrc+'" height="'+$parameters.imageheight+'" alt="'+alt+'"/></div>';
},
addStarRating = function(rating) {
var base_url = 'http://img1.meetupstatic.com/9260736631256287675/img/star_';
Expand Down Expand Up @@ -251,6 +251,13 @@ <h4><span class="mup-tlabel">'+ addLink('Join '+group.name,group.link+'join/')+'
text-align: center;
border: 1px solid #0d2748;
}
.mup-widget-2 .mup-widget .mup-img {
border: 1px solid #000000;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;

}
.mup-widget-2 .mup-widget .mup-ft .mup-getwdgt {
padding: 3px 0;
font-size: 8px;
Expand Down

0 comments on commit 3682f7e

Please sign in to comment.