| @@ -94,9 +94,8 @@ | ||
| 94 | 94 | print_R($css["maxbutton"]); |
| 95 | 95 | */ |
| 96 | 96 | $css = $this->parse_rule_textalign($css, 'mb-icon', 'normal'); |
| 97 | 97 | |
| 98 | - | |
| 99 | 98 | return $css; |
| 100 | 99 | } |
| 101 | 100 | |
| 102 | 101 | /* Parse text align rule. Used for alignment of images and icons. In seperate function since it needs to process different pseudo's */ |
| @@ -122,9 +121,9 @@ | ||
| 122 | 121 | break; |
| 123 | 122 | } |
| 124 | 123 | } |
| 125 | 124 | |
| 126 | - return $css; | |
| 125 | + return $css; | |
| 127 | 126 | } |
| 128 | 127 | |
| 129 | 128 | public function parse_button($domObj, $mode = 'normal') |
| 130 | 129 | { |