diff about-mozilla.js @ 4:0342c0407851

A fully horizontal layout.
author Atul Varma <varmaa@toolness.com>
date Sat, 28 Feb 2009 14:07:12 -0800
parents b7aa5afa19de
children e0cadd9e8161
line wrap: on
line diff
--- a/about-mozilla.js	Sat Feb 28 13:47:20 2009 -0800
+++ b/about-mozilla.js	Sat Feb 28 14:07:12 2009 -0800
@@ -20,6 +20,8 @@
 
   $(".date").text(ISSUE_DATE);
   $("#issue").fadeIn();
+  $(document.body).width($(".entry").width() *
+                         $(".entry").length);
 }
 
 $(window).ready(