mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update plain.html
This commit is contained in:
parent
790c8690cd
commit
74d60e19f3
@ -132,7 +132,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;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -223,7 +223,7 @@
|
|||||||
alt="$company.name logo"
|
alt="$company.name logo"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<table id="entity-details" cellspacing="0"></table>
|
<table id="entity-details" cellspacing="0" dir="$dir"></table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user