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

/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php478 var $table_linenumber_style = 'width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;'; variable
3824 $attrs = ' style="'. $this->table_linenumber_style .'"';
4304 if ((!$economy_mode || $this->line_numbers != GESHI_NO_LINE_NUMBERS) && $this->table_linenumber_style != '') {
4305 $stylesheet .= "{$selector}.ln {{$this->table_linenumber_style}}\n";

Completed in 63 milliseconds