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

Commit

Permalink
body class for framed widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Sep 16, 2010
1 parent d3b87e4 commit 1a35f3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion everywhere_badge.live.html
Expand Up @@ -169,7 +169,7 @@ <h3>' + addLink( container.name, container.meetup_url ) + '</h3>\
}
</style>
</head>
<body>
<body class="framed-mup-widget">
<div class="mup-widget-2"></div>
</body>
</html>
2 changes: 1 addition & 1 deletion everywhere_basic_stats.live.html
Expand Up @@ -304,7 +304,7 @@ <h4>' + numberFormat(container.member_count) + ' people</h4>\
}
</style>
</head>
<body>
<body class="framed-mup-widget">
<div class="mup-widget-3"></div>
</body>
</html>
2 changes: 1 addition & 1 deletion everywhere_comments.live.html
Expand Up @@ -229,7 +229,7 @@ <h4>' + addLink( numberFormat(container.member_count) + ' people', container.mee
}
</style>
</head>
<body>
<body class="framed-mup-widget">
<div class="mup-widget-1"></div>
</body>
</html>
2 changes: 1 addition & 1 deletion mug_stats.live.html
Expand Up @@ -293,7 +293,7 @@ <h4><span class="mup-button">'+ addLink('JOIN',group.link)+'</span></h4>\
}
</style>
</head>
<body>
<body class="framed-mup-widget">
<div class="mug-badge"></div>
</body>
</html>

0 comments on commit 1a35f3f

Please sign in to comment.