Home
last modified time | relevance | path

Searched refs:line_style1 (Results 1 – 1 of 1) sorted by path

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php437 protected $line_style1 = 'font-weight: normal; vertical-align:top;'; variable in GeSHi
927 $this->line_style1 = $style1;
930 $this->line_style1 .= $style1;
3896 //$attr = ' style="' . $this->line_style1 . '"';
3897 $attrs['style'][] = $this->line_style1;
4440 if ((!$economy_mode || $this->line_numbers != GESHI_NO_LINE_NUMBERS) && $this->line_style1 != '') {
4441 $stylesheet .= "{$selector}li, {$selector}.li1 {{$this->line_style1}}\n";