Browse Source

fix margins

yggdrasil-0.4.7
ghost 1 year ago
parent
commit
3e26f4b1b1
  1. 4
      src/public/assets/theme/default/css/framework.css
  2. 2
      src/public/search.php

4
src/public/assets/theme/default/css/framework.css

@ -116,6 +116,10 @@ @@ -116,6 +116,10 @@
margin-bottom: 8px;
}
.margin-top-8 {
margin-top: 8px;
}
.margin-bottom-8 {
margin-bottom: 8px;
}

2
src/public/search.php

@ -236,7 +236,7 @@ $results = $sphinx->searchPeers($requestQuery, @@ -236,7 +236,7 @@ $results = $sphinx->searchPeers($requestQuery,
</td>
<td colspan="5" class="text-right">
<?php if (TRACKER_PUBLIC_PEERS) { ?>
<div class="margin-y-8"><?php echo _('get yourself tracked by connection') ?></div>
<div class="margin-top-8"><?php echo _('get yourself tracked by connection') ?></div>
<?php foreach (TRACKER_PUBLIC_PEERS as $address) { ?>
<div><?php echo $address ?></div>
<?php } ?>

Loading…
Cancel
Save