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

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Levine committed Aug 13, 2010
1 parent 0d4b991 commit 04a9a57
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions group_sticker.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
urlname: "nystartrek",
width: 100,
_height: 300,
_name: "Meetup Group Badge",
_name: "Meetup Mini Badge",
_description: "Simple badge to show support for a Meetup group."
};
var $queries = {
Expand Down Expand Up @@ -49,7 +49,21 @@
});
</script>
<style type="text/css" media="screen">

.mug-badge {
font-family: "lucida grande", lucida, tahoma, helvetica, arial, sans-serif !important;
font-size: 12px;
}
.mug-badge .mup-widget,
.mug-badge .mup-widget .mup-hd a {
background: #1A1A1A;
color: #f2f2f2;
}
.mug-badge .mup-widget {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding-top: 8px;
}

</style>
</head>
Expand Down

0 comments on commit 04a9a57

Please sign in to comment.