Method: Vedeu::Views::HTMLChar#tag_style_background
- Defined in:
- lib/vedeu/models/views/html_char.rb
#tag_style_background ⇒ String (private)
54 55 56 57 |
# File 'lib/vedeu/models/views/html_char.rb', line 54 def tag_style_background "border:1px #{char.background.to_html} solid;" \ "background:#{char.background.to_html};".freeze end |