empty_view/themes/standard/widgets/pinned/pinned.rb in runeblog-0.2.78 vs empty_view/themes/standard/widgets/pinned/pinned.rb in runeblog-0.2.79
- old
+ new
@@ -41,10 +41,10 @@
end
def write_main
tag = Type
card_title = Title
- css = "* { font-family: verdana }"
+ css = "body { font-family: verdana }"
mainfile = "#{tag}-main"
File.open("#{mainfile}.html", "w") do |f|
_html_body(f, css) do
f.puts "<!-- #{@lines.inspect} in #{Dir.pwd} -->"
f.puts "<h1>#{card_title}</h1><br><hr>"