Searched defs:overall_style (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php442 var $overall_style = 'font-family:monospace;'; variable
769 $this->overall_style = $style; variable
771 $this->overall_style .= $style;
3956 if ($this->overall_style != '') {
3957 $attributes .= ' style="' . $this->overall_style . '"';
4258 if ($this->overall_style != '') {
4259 $stylesheet .= "$selector {{$this->overall_style}}\n";

Completed in 69 milliseconds