mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update bold.html
This commit is contained in:
parent
0ac0e8cae3
commit
aae968f83a
@ -156,7 +156,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#table-totals>.totals-table-right-side>*> :nth-child(1) {
|
#table-totals>.totals-table-right-side>*> :nth-child(1) {
|
||||||
text-align: left;
|
text-align: "$dir_text_align";
|
||||||
margin-top: .75rem;
|
margin-top: .75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -305,7 +305,7 @@
|
|||||||
|
|
||||||
<div class="entity-details-wrapper-right-side">
|
<div class="entity-details-wrapper-right-side">
|
||||||
<div class="entity-details-wrapper">
|
<div class="entity-details-wrapper">
|
||||||
<table id="entity-details"></table>
|
<table id="entity-details" dir="$dir"></table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user