# HG changeset patch # User Atul Varma # Date 1259385901 18000 # Node ID acef8b34542f22f5e4829b2b60b795b31efdaed9 # Parent d56f9cc6f69984e172546916d9344fc47ec3d0b2 added 'colloseo' entry diff -r d56f9cc6f699 -r acef8b34542f mbp.css --- a/mbp.css Sat Nov 28 00:06:56 2009 -0500 +++ b/mbp.css Sat Nov 28 00:25:01 2009 -0500 @@ -6,6 +6,8 @@ font-family: helvetica; font-size: 12pt; width: 10em; + float: left; + padding: 4pt; } .mbp-entry .title { @@ -27,6 +29,7 @@ } .mbp-entry .caption { + padding-top: 1em; font-size: 8pt; } diff -r d56f9cc6f699 -r acef8b34542f mbp.html --- a/mbp.html Sat Nov 28 00:06:56 2009 -0500 +++ b/mbp.html Sat Nov 28 00:25:01 2009 -0500 @@ -22,6 +22,21 @@ is now the official emblem for the upcoming mobile version of Firefox. +
+ + + + +
Colosseo
+
11.8.09
+
In this bold entry to the “Light the World + with Firefox” campaign, community members in Rome illuminated one of + the world's most venerated buildings.
+
diff -r d56f9cc6f699 -r acef8b34542f mbp.js --- a/mbp.js Sat Nov 28 00:06:56 2009 -0500 +++ b/mbp.js Sat Nov 28 00:25:01 2009 -0500 @@ -2,6 +2,11 @@ function() { var rectRegexp = /rect\((\d+)px,? (\d+)px,? (\d+)px,? (\d+)px\)/; var loadsLeft = 0; + $(".mbp-entry img.large").each( + function() { + if (!$(this).hasClass("small")) + $(this).remove(); + }); $(".mbp-entry img.small").each( function() { loadsLeft++;