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

/external/libvpx/examples/includes/geshi/
H A Dgeshi.php362 var $header_content_style = ''; variable
1580 $this->header_content_style = $style; variable
3977 $attr = " style=\"{$this->header_content_style}\"";
4287 if ($this->header_content_style != '') {
4288 $stylesheet .= "$selector.head {{$this->header_content_style}}\n";

Completed in 75 milliseconds