# HG changeset patch # User Atul Varma # Date 1277602758 0 # Node ID 21204348ce6e393d0d2cafc4ad1e00597f9d08c7 # Parent dd7ed8307cd56b428c332cad2ee28a94b6909c7c fixed css bugs. diff -r dd7ed8307cd5 -r 21204348ce6e static-files/index.html --- a/static-files/index.html Sat Jun 26 18:32:15 2010 -0700 +++ b/static-files/index.html Sun Jun 27 01:39:18 2010 +0000 @@ -111,6 +111,7 @@ position: relative; top: -52px; left: 52px; + width: 548px; } .attendee .name { @@ -153,6 +154,10 @@ content: "."; color: black; } + + .attendee .bio a { + text-decoration: underline; + }