File: append-css.rb

package info (click to toggle)
tdiary 2.2.1%2Bdfsg1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 14,044 kB
  • ctags: 2,796
  • sloc: ruby: 32,562; lisp: 514; makefile: 83; sh: 72; sql: 40
file content (10 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
def append_css_label
	'Append CSS'
end

def append_css_desc
	<<-HTML
	<h3>CSS elements</h3>
	<p>If you want to append some elements of style sheet, specify below.</p>
	HTML
end