summaryrefslogtreecommitdiff
path: root/fellowship_testimonials.module
diff options
context:
space:
mode:
authorSashi202020-07-30 12:37:20 +0530
committerSashi202020-07-30 12:37:20 +0530
commite59a7bef2d59616234ef6e9245141458f7fd7fc0 (patch)
tree16fdc61911ba765236f07e02f607f0a17dd4fa26 /fellowship_testimonials.module
parent5486766ba6dba69419eb1bd4a38c54a06e1b8fd8 (diff)
downloadfellowship_testimonials-e59a7bef2d59616234ef6e9245141458f7fd7fc0.tar.gz
fellowship_testimonials-e59a7bef2d59616234ef6e9245141458f7fd7fc0.tar.bz2
fellowship_testimonials-e59a7bef2d59616234ef6e9245141458f7fd7fc0.zip
Align testimonial paragraph to right
Diffstat (limited to 'fellowship_testimonials.module')
-rwxr-xr-xfellowship_testimonials.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/fellowship_testimonials.module b/fellowship_testimonials.module
index 081586c..70dc580 100755
--- a/fellowship_testimonials.module
+++ b/fellowship_testimonials.module
@@ -121,7 +121,7 @@
$page_content .= "
<div class='container-testimonial'> <p>{$row->testimonial_text}</p> ";
//while($speakerrow = $speakerresult->fetchObject()){
- $page_content .= "<br><p style='float:right'><span>{$speakerrow->name}</span><br>{$speakerrow->institute}, {$speakerrow->place}<br>";
+ $page_content .= "<br><p style='text-align:right'><span>{$speakerrow->name}</span><br>{$speakerrow->institute}, {$speakerrow->place}<br>";
// }
$page_content .= "{$row->fellowship_task}, FOSSEE Summer Fellowship {$row->year}</p></div>";