mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-07 12:10:25 -03:00
Compare commits
1 Commits
22decedf3a
...
56c2b4599a
Author | SHA1 | Date | |
---|---|---|---|
56c2b4599a |
@ -106,8 +106,7 @@ module Tartrazine
|
|||||||
|
|
||||||
# These are true/false/nil
|
# These are true/false/nil
|
||||||
outp << "border: none;" if style.border == false
|
outp << "border: none;" if style.border == false
|
||||||
outp << "font-weight: bold;" if style.bold
|
outp << "font-weight: #{@weight_of_bold};" if style.bold
|
||||||
outp << "font-weight: #{@weight_of_bold};" if style.bold == false
|
|
||||||
outp << "font-style: italic;" if style.italic
|
outp << "font-style: italic;" if style.italic
|
||||||
outp << "font-style: normal;" if style.italic == false
|
outp << "font-style: normal;" if style.italic == false
|
||||||
outp << "text-decoration: underline;" if style.underline
|
outp << "text-decoration: underline;" if style.underline
|
||||||
|
Loading…
x
Reference in New Issue
Block a user