File: append-css.rb

package info (click to toggle)
tdiary 2.0.1-1sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,220 kB
  • ctags: 1,667
  • sloc: ruby: 20,044; lisp: 476; makefile: 91; sql: 32; sh: 31
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