Home | History | Annotate | Download | only in geshi

Lines Matching full:overall_style

442     var $overall_style = 'font-family:monospace;';
769 $this->overall_style = $style;
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";