# HG changeset patch # User Parth buch # Date 1317391833 -19800 # Node ID 5a5aa1a21599c06cd1a4ad89d2585680be36569d # Parent 32de9e8b4fade8e0c9761ace70910aae14e5d79e changed the css for speakers page as it was not proper diff -r 32de9e8b4fad -r 5a5aa1a21599 project/static/css/styles.css --- a/project/static/css/styles.css Fri Sep 30 19:40:09 2011 +0530 +++ b/project/static/css/styles.css Fri Sep 30 19:40:33 2011 +0530 @@ -572,13 +572,19 @@ color: #58585a; } -#speaker { - display:inline; +#speaker{ + float:left; + margin-bottom: 20px; } #speakerphoto { float: left; padding-right: 20px; + width: 200px +} + +#speakerphoto img{ + width: 200px; } #speakerinfo {