# HG changeset patch # User Atul Varma # Date 1277602335 25200 # Node ID dd7ed8307cd56b428c332cad2ee28a94b6909c7c # Parent 22da6fc3596ca2e0e6b72b993e3d519d77c7b398 fixed layout of everyone tab diff -r 22da6fc3596c -r dd7ed8307cd5 static-files/index.html --- a/static-files/index.html Sat Jun 26 18:21:17 2010 -0700 +++ b/static-files/index.html Sat Jun 26 18:32:15 2010 -0700 @@ -102,20 +102,14 @@ position: relative; } - .attendee .headshot { - position: absolute; - top: 0px; - left: 0px; - } - .attendee .headshot img { width: 48px; height: 48px; } .attendee .text-info { - position: absolute; - top: 0px; + position: relative; + top: -52px; left: 52px; }