Text-align on point's page
This commit is contained in:
parent
f8272672d6
commit
a58d29beb0
|
|
@ -17,6 +17,7 @@
|
||||||
<a href="/?point=<?= $point->id ?>">На карте</a>
|
<a href="/?point=<?= $point->id ?>">На карте</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div style="text-align: justify;">
|
||||||
<?php
|
<?php
|
||||||
if (count($text) > 4)
|
if (count($text) > 4)
|
||||||
{
|
{
|
||||||
|
|
@ -66,6 +67,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p style="margin-top: 25px; text-align: right;">
|
<p style="margin-top: 25px; text-align: right;">
|
||||||
[ <span class="glyphicon glyphicon-star"></span> <?= $countInFavs ?> - в закладках ]
|
[ <span class="glyphicon glyphicon-star"></span> <?= $countInFavs ?> - в закладках ]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue