Skip to content

Commit

Permalink
centered text in survey notice of alg page
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiNissen committed Aug 9, 2013
1 parent 023d306 commit 98ef730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stools/templates/alg_html.phtml
Expand Up @@ -41,7 +41,7 @@
<h2><?php echo $this->translate( "topHeading" ); ?></h2>
<div style="float: left; width: 50%;">
<div><?php echo $this->translate("algDescription"); ?></div><br /><br />
<div style="border: 1px dashed green; background: lightgreen; padding: 8px;"><strong><?php echo $this->translate("algQuestionnaireLink"); ?></strong></div><br /><br />
<div style="text-align: center; border: 1px dashed green; background: lightgreen; padding: 8px;"><strong><?php echo $this->translate("algQuestionnaireLink"); ?></strong></div><br /><br />
<h3 style="margin-top: 0;"><?php echo $this->translate( "descHeading" ); ?></h3>
<label class="selectLabel" for="language">
<?php echo $this->translate( "descLanguage" ); ?>
Expand Down

0 comments on commit 98ef730

Please sign in to comment.