From 03b28598cce29310df7855b79ca6cb843edfeefc Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Sat, 19 Apr 2014 22:01:56 -0400 Subject: [PATCH] Fix flash as suggested by @lord --- .gitignore | 1 + source/layouts/layout.erb | 1 + source/stylesheets/screen.css.scss | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c7db0c4f4f1..f6fc8c00b25 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ build/ .yardoc _yardoc doc/ +.idea/ \ No newline at end of file diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb index 58769a66c61..513c8a18db3 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -53,6 +53,7 @@ under the License. <% end %>
+
<%= yield %> <% current_page.data.includes && current_page.data.includes.each do |include| %> diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index cca8815adb7..63e33041baa 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -251,7 +251,7 @@ html, body { position: relative; z-index: 30; - section { + &, section { padding-bottom: 6em; &:after { content: '';