empty_view/themes/standard/widgets/pages/pages.rb in runeblog-0.2.78 vs empty_view/themes/standard/widgets/pages/pages.rb in runeblog-0.2.79

- old
+ new

@@ -35,10 +35,10 @@ yield file.puts " </body>\n</html>" end def write_main - css = "* { font-family: verdana }" + css = "body { font-family: verdana }" card_title = Title File.open("#{Type}-main.html", "w") do |f| _html_body(f, css) do f.puts "<h1>#{card_title}</h1><br><hr>" url_ref = nil