mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2025-01-05 06:48:07 +00:00
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="row">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<div class="cursor-default text-center text-white">
|
<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">
|
<div class="fiat-btns table-responsive">
|
||||||
<table class="table table-sm table-borderless">
|
<table class="table table-sm table-borderless">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Reference in a new issue