File: append-css.rb

package info (click to toggle)
hiki 0.8.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,796 kB
  • ctags: 1,736
  • sloc: ruby: 20,269; lisp: 926; sh: 269; makefile: 12
file content (10 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (8)
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