--- a/web/sweet-tweet/script.js Mon Dec 19 10:02:43 2011 +0100
+++ b/web/sweet-tweet/script.js Mon Dec 19 10:17:18 2011 +0100
@@ -1,4 +1,4 @@
-var THRESHOLD = 13,
+var THRESHOLD = 10,
DROPCOUNT = 12;
var swTw = {
--- a/web/sweet-tweet/style.css Mon Dec 19 10:02:43 2011 +0100
+++ b/web/sweet-tweet/style.css Mon Dec 19 10:17:18 2011 +0100
@@ -19,7 +19,7 @@
}
#container {
- width: 960px;
+ width: 800px;
height: 1280px;
margin: 0 auto;
position: relative;
@@ -27,7 +27,7 @@
}
#tweetcont {
- float: left; width: 920px; height: 96px; background: #dddddd;
+ float: left; width: 800px; height: 172px; background: #dddddd;
padding: 20px;
}
@@ -48,23 +48,23 @@
}
#columncont {
- float: left; width: 960px; margin-top: 12px;
+ float: left; width: 800px; margin-top: 12px;
}
.column {
- float: left; width: 900px; height: 70px; margin: 8px 30px; position: relative;
+ float: left; width: 780px; height: 70px; margin: 5px 10px; position: relative;
}
.column-tube {
- float: left; width: 442px; height: 70px;
+ float: left; width: 328px; height: 70px;
}
.tube {
- width: 1000px; height: 35px; margin-left: -558px; overflow: hidden;
+ width: 1000px; height: 35px; margin-left: -672px; overflow: hidden;
}
.column-title {
- float: left; margin-left: 16px; width: 442px; height: 70px;
+ float: left; margin-left: 10px; width: 442px; height: 70px;
}
.polemicvol {
@@ -93,7 +93,7 @@
}
div#logos {
- width: 960px; height: 87px; background: #dddddd; position: absolute; left: 0; bottom: 0;
+ width: 800px; height: 87px; background: #dddddd; position: absolute; left: 0; bottom: 0;
}
#logos img {