Skip to content

Commit

Permalink
Fix flash as suggested by @lord
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed Apr 20, 2014
1 parent df2d2ec commit 03b2859
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ build/
.yardoc
_yardoc
doc/
.idea/
1 change: 1 addition & 0 deletions source/layouts/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ under the License.
<% end %>
</div>
<div class="page-wrapper">
<div class="dark-box"></div>
<div class="content">
<%= yield %>
<% current_page.data.includes && current_page.data.includes.each do |include| %>
Expand Down
2 changes: 1 addition & 1 deletion source/stylesheets/screen.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ html, body {
position: relative;
z-index: 30;

section {
&, section {
padding-bottom: 6em;
&:after {
content: '';
Expand Down

0 comments on commit 03b2859

Please sign in to comment.