Home
last modified time | relevance | path

Searched refs:style_data (Results 1 – 1 of 1) sorted by relevance

/plugin/definitionlist/
H A Dsyntax.php227 static $style_data = array();
229 $this->_set_odt_styles_new($renderer, $style_data, $dl_properties);
239 $properties ['width'] = $style_data ['margin-left'];
249 $properties ['border-bottom'] = $style_data ['border-bottom'];
258 $properties ['border-bottom'] = $style_data ['border-bottom'];
261 if (!empty($style_data ['image'])) {
263 $properties ['margin-right'] = $style_data ['padding-left'];
366 $style_data ['border-bottom'] = $dt_properties ['border-top'];
367 $style_data ['image'] = $dd_properties ['background-image'];
368 $style_data ['margin-left'] = $dd_properties ['margin-left'];
[all …]