Skip to content

Commit

Permalink
hopefully last fixes to twitter praises
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Jan 18, 2011
1 parent d8b9273 commit 358af9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/site.css
Expand Up @@ -270,6 +270,10 @@ html.support {
height: 100%;
}

html.support #footer {
display: none;
}

html.support #main {
position: fixed;
left: 0;
Expand Down
3 changes: 2 additions & 1 deletion js/code.js
Expand Up @@ -4407,7 +4407,8 @@ $.fn.tweet = function(options) {
var container = $("#main .container");
var availWidth = 950 - 300;
var availHeight = container.height() - 80;
if (availHeight>800) availHeight = 800;
if (availHeight<200) availHeight = 200;
if (availHeight>600) availHeight = 600;

var gen = function(item) {
index++;
Expand Down

0 comments on commit 358af9c

Please sign in to comment.