templates/default/layout/html/layout.erb in yard-nowpunk-0.2.19 vs templates/default/layout/html/layout.erb in yard-nowpunk-0.2.20
- old
+ new
@@ -10,12 +10,20 @@
<%= h @page_title %>
<% if options.title && @page_title != options.title %>
— <%= h options.title %>
<% end %>
</title>
+
<% stylesheets.each do |stylesheet| %>
<link rel="stylesheet" href="<%= url_for(stylesheet) %>" type="text/css" media="screen" charset="utf-8" />
<% end %>
+
+ <style type="text/css">
+ body {
+ padding-top: 60px;
+ padding-bottom: 40px;
+ }
+ </style>
<%= erb :script_setup %>
</head>
<body>