summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSashi202020-07-30 12:38:27 +0530
committerGitHub2020-07-30 12:38:27 +0530
commit731e06c228aecbbbdf9dcd51444b7c93167d1068 (patch)
tree16fdc61911ba765236f07e02f607f0a17dd4fa26
parentfe6e1b34a48598980cb1d02136935b571514d332 (diff)
parente59a7bef2d59616234ef6e9245141458f7fd7fc0 (diff)
downloadfellowship_testimonials-731e06c228aecbbbdf9dcd51444b7c93167d1068.tar.gz
fellowship_testimonials-731e06c228aecbbbdf9dcd51444b7c93167d1068.tar.bz2
fellowship_testimonials-731e06c228aecbbbdf9dcd51444b7c93167d1068.zip
Merge pull request #4 from Sashi20/master
Align testimonial paragraph to right
-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>";