added margin-bottom class
This commit is contained in:
parent
1b35798d9f
commit
c9457f1407
@ -1,5 +1,5 @@
|
|||||||
[{block name="pdfHeading"}]
|
[{block name="pdfHeading"}]
|
||||||
<table class="fontSize12 pdf_heading_table" cellspacing="0">
|
<table class="fontSize12 pdf_heading_table marginBottom15" cellspacing="0">
|
||||||
[{block name="heading_owner_information"}]
|
[{block name="heading_owner_information"}]
|
||||||
<tr>
|
<tr>
|
||||||
<td class="pdf_heading_width65">
|
<td class="pdf_heading_width65">
|
||||||
|
@ -67,6 +67,9 @@ table{
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 8mm;
|
margin-top: 8mm;
|
||||||
}
|
}
|
||||||
|
.marginBottom15{
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
.pdf_heading_width35{
|
.pdf_heading_width35{
|
||||||
width: 35%;
|
width: 35%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user