web_interface/astpp/application/libraries/html2pdf/_class/parsingCss.class.php 2 locations
|
@@ 803-803 (lines=1) @@
|
| 800 |
|
if ($val[2]) { |
| 801 |
|
$this->value['border']['b']['type'] = $val[2]; |
| 802 |
|
} |
| 803 |
|
if ($val[3]) { |
| 804 |
|
$this->value['border']['l']['type'] = $val[3]; |
| 805 |
|
} |
| 806 |
|
break; |
|
@@ 899-899 (lines=1) @@
|
| 896 |
|
if ($val[0]) $this->value['border']['t']['width'] = $val[0]; |
| 897 |
|
if ($val[1]) $this->value['border']['r']['width'] = $val[1]; |
| 898 |
|
if ($val[2]) $this->value['border']['b']['width'] = $val[2]; |
| 899 |
|
if ($val[3]) $this->value['border']['l']['width'] = $val[3]; |
| 900 |
|
break; |
| 901 |
|
|
| 902 |
|
case 'border-top-width': |