diff options
author | Sashi20 | 2020-07-30 12:38:27 +0530 |
---|---|---|
committer | GitHub | 2020-07-30 12:38:27 +0530 |
commit | 731e06c228aecbbbdf9dcd51444b7c93167d1068 (patch) | |
tree | 16fdc61911ba765236f07e02f607f0a17dd4fa26 /fellowship_testimonials.module | |
parent | fe6e1b34a48598980cb1d02136935b571514d332 (diff) | |
parent | e59a7bef2d59616234ef6e9245141458f7fd7fc0 (diff) | |
download | fellowship_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
Diffstat (limited to 'fellowship_testimonials.module')
-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>"; |