diff options
author | Sashi20 | 2020-07-30 12:37:20 +0530 |
---|---|---|
committer | Sashi20 | 2020-07-30 12:37:20 +0530 |
commit | e59a7bef2d59616234ef6e9245141458f7fd7fc0 (patch) | |
tree | 16fdc61911ba765236f07e02f607f0a17dd4fa26 | |
parent | 5486766ba6dba69419eb1bd4a38c54a06e1b8fd8 (diff) | |
download | fellowship_testimonials-e59a7bef2d59616234ef6e9245141458f7fd7fc0.tar.gz fellowship_testimonials-e59a7bef2d59616234ef6e9245141458f7fd7fc0.tar.bz2 fellowship_testimonials-e59a7bef2d59616234ef6e9245141458f7fd7fc0.zip |
Align testimonial paragraph to right
-rwxr-xr-x | fellowship_testimonials.module | 2 |
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>"; |