Searched refs:line_style1 (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/examples/includes/geshi/
H A Dgeshi.php466 var $line_style1 = 'font-weight: normal; vertical-align:top;'; variable
853 $this->line_style1 = $style1; variable
856 $this->line_style1 .= $style1;
3765 //$attr = ' style="' . $this->line_style1 . '"';
3766 $attrs['style'][] = $this->line_style1;
4301 if ((!$economy_mode || $this->line_numbers != GESHI_NO_LINE_NUMBERS) && $this->line_style1 != '') {
4302 $stylesheet .= "{$selector}li, {$selector}.li1 {{$this->line_style1}}\n";

Completed in 84 milliseconds