Commit 03b28598 authored by bootstraponline's avatar bootstraponline

Fix flash as suggested by @lord

parent df2d2ec5
...@@ -19,3 +19,4 @@ build/ ...@@ -19,3 +19,4 @@ build/
.yardoc .yardoc
_yardoc _yardoc
doc/ doc/
.idea/
\ No newline at end of file
...@@ -53,6 +53,7 @@ under the License. ...@@ -53,6 +53,7 @@ under the License.
<% end %> <% end %>
</div> </div>
<div class="page-wrapper"> <div class="page-wrapper">
<div class="dark-box"></div>
<div class="content"> <div class="content">
<%= yield %> <%= yield %>
<% current_page.data.includes && current_page.data.includes.each do |include| %> <% current_page.data.includes && current_page.data.includes.each do |include| %>
......
...@@ -251,7 +251,7 @@ html, body { ...@@ -251,7 +251,7 @@ html, body {
position: relative; position: relative;
z-index: 30; z-index: 30;
section { &, section {
padding-bottom: 6em; padding-bottom: 6em;
&:after { &:after {
content: ''; content: '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment