Lines Matching refs:border

112 - Moved border constants to separate class
193 - QR codes can be generated without a border using `disableborder="1"` HTML attribute in `<barcode>` tag
318 - Tables - if using packTableData, and borders-collapse, wider border is overwriting content of adjacent cell
321 <table style="border-collapse: collapse;">
322 <tr><td style="border-bottom: 42px solid #0FF; "> Hallo world </td></tr>
323 <tr><td style="border-top: 14px solid #0F0; "> Hallo world </td></tr>
378 - tables - border set as attribute on `<TABLE>` overrides border set as CSS on `<TD>`
379 - tables - if table width set to 100% and one cell/column is empty with no padding/border, sizing incorrectly
406 - border colors set with transparency not working
573 - Columns - block with border-width wider than the length of the border line, line overflows
575 - Table in Columns - when background color set by surrounding block element - colour missing for height of half bottom border.
578 - Double border in table - when background colour set in surrounding block element - shows as black line between the 2 bits of double
579 - Borders around DIVs - "double" border problem if not all 4 sides equally - fixed
656 - border="0" causing mPDF to add border to table CELLS as well as table
658 - CSS color now supports spaces in the rgb() format e.g. border: 1px solid rgb(170, 170, 170);
691 To avoid just the border/background-color of the (empty) end of a block being moved on to next page (`</div></div>`)
731 Avoid just the border/background-color of the (empty) end of a block being moved on to next page (`</div></div>`)