Method: HTMLwithPygments#doc_header

Defined in:
lib/trans/translator_trans.rb

#doc_headerObject



308
309
310
# File 'lib/trans/translator_trans.rb', line 308

def doc_header()
  '<style>' + Pygments.css('.highlight',:style => 'friendly') + '</style>'
end