Home
last modified time | relevance | path

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

/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php369 protected $important_styles = 'font-weight: bold; color: red;'; // Styles for important parts of the code variable in GeSHi
1785 $this->important_styles = $styles;
2935 $attributes = ' style="' . $this->important_styles . '"';
4435 if ($this->important_styles != '') {
4436 $stylesheet .= "$selector.imp {{$this->important_styles}}\n";