We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fcea8 commit 5ba3f86Copy full SHA for 5ba3f86
lib/doc_page.rb
@@ -128,7 +128,7 @@ def body_content
128
end
129
}
130
131
- div(class: 'bottom cf') {
+ div(class: 'bottom') {
132
p "Railsbridge Docs"
133
p do
134
text "Source: "
public/css/doc_page.css
@@ -32,6 +32,7 @@ h1 {
32
33
34
.bottom {
35
+ clear: both;
36
min-height: 60px;
37
text-align: center;
38
border-top: 1px solid #ccc;
0 commit comments