mirror of
https://github.com/danbulant/api_docs
synced 2026-05-24 12:27:29 +00:00
Fix flash as suggested by @lord
This commit is contained in:
parent
df2d2ec5e9
commit
03b28598cc
3 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -19,3 +19,4 @@ build/
|
||||||
.yardoc
|
.yardoc
|
||||||
_yardoc
|
_yardoc
|
||||||
doc/
|
doc/
|
||||||
|
.idea/
|
||||||
|
|
@ -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 {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 30;
|
z-index: 30;
|
||||||
|
|
||||||
section {
|
&, section {
|
||||||
padding-bottom: 6em;
|
padding-bottom: 6em;
|
||||||
&:after {
|
&:after {
|
||||||
content: '';
|
content: '';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue