Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.container.php860 $float_right = $context->float_right();
861 if (!is_null($float_right)) {
862 $this->extend_width($float_right);
H A Dflow_context.class.inc.php161 function float_right() { function in FlowContext