changed the css for speakers page as it was not proper 2011
authorParth buch <parth.buch.115@gmail.com>
Fri, 30 Sep 2011 19:40:33 +0530
branch2011
changeset 422 5a5aa1a21599
parent 421 32de9e8b4fad
child 423 d4316aad59ea
changed the css for speakers page as it was not proper
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 {