RTL h1 fix
This commit is contained in:
parent
aa837adabe
commit
4e04e7b4ec
1 changed files with 2 additions and 2 deletions
|
@ -316,7 +316,7 @@ $xmr_in_fiat = strtr($xmr_in_fiat, ",", " ");
|
|||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="cursor-default text-center text-white">
|
||||
<h1 lang="<?php echo $lang_meta; ?>"><span style="color:#4d4d4d;">↓</span> <span style="color:#ff6600;" title="Monero">XMR</span> <?php echo $title_h1;?> <span style="color:#4d4d4d;">↓</span></h1>
|
||||
<h1 lang="<?php echo $lang_meta; ?>"><span style="color:#4d4d4d;">↓</span> <?php if($rtl == 'false'){echo '<span style="color:#ff6600;" title="Monero">XMR</span> ';} ?><?php echo $title_h1;?><?php if($rtl == 'true'){echo ' <span style="color:#ff6600;" title="Monero">XMR</span>';} ?> <span style="color:#4d4d4d;">↓</span></h1>
|
||||
<div class="fiat-btns table-responsive">
|
||||
<table class="table table-sm table-borderless">
|
||||
<tbody>
|
||||
|
@ -440,7 +440,7 @@ $xmr_in_fiat = strtr($xmr_in_fiat, ",", " ");
|
|||
<td><?php echo str_replace(".", ",", $XAG); ?></td>
|
||||
<td><?php echo str_replace(".", ",", $XAU); ?></td>
|
||||
</tr>
|
||||
<tr style="display:none;">
|
||||
<tr style="display:none;">
|
||||
<td><button type="button" class="btn btn-light" title="<a class='text-decoration-none fiat-tooltip' href='/?in=GEL'><b><?php echo $l_gel; ?></b></a>" data-toggle="tooltip" data-bs-html="true" data-placement="top">GEL</button></td>
|
||||
</tr>
|
||||
<tr style="display:none;">
|
||||
|
|
Loading…
Reference in a new issue