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

/external/libvpx/examples/includes/geshi/
H A Dgeshi.php398 var $important_styles = 'font-weight: bold; color: red;'; // Styles for important parts of the code variable
1650 $this->important_styles = $styles; variable
2787 $attributes = ' style="' . $this->important_styles . '"';
4296 if ($this->important_styles != '') {
4297 $stylesheet .= "$selector.imp {{$this->important_styles}}\n";

Completed in 42 milliseconds