Added class for styling.

This commit is contained in:
Tailszefox 2014-02-17 22:44:01 +01:00
parent f9f98450de
commit b38896f231

View file

@ -46,7 +46,7 @@ if(!empty($from) && !empty($to))
<p><a href="<?php echo $imgUrl ?>"><img id="resultImage" src="<?php echo $imgUrl ?>" /></a></p> <p><a href="<?php echo $imgUrl ?>"><img id="resultImage" src="<?php echo $imgUrl ?>" /></a></p>
<p> Source: <a href="<?php echo $ponies[$from]["source"] ?>" id="sourceLink"><?php echo $ponies[$from]["source"] ?></a><br /> <p id="resultBottom"> Source: <a href="<?php echo $ponies[$from]["source"] ?>" id="sourceLink"><?php echo $ponies[$from]["source"] ?></a><br />
<a href="<?php echo $linkUrl ?>">Permalink to this fusion</a></p> <a href="<?php echo $linkUrl ?>">Permalink to this fusion</a></p>
</div> </div>