Skip to content

Commit 5ba3f86

Browse files
committed
Footer should be at the bottom, even for small pages.
This regression was caused by me and it sure makes me feel foolish.
1 parent e2fcea8 commit 5ba3f86

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/doc_page.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def body_content
128128
end
129129
}
130130

131-
div(class: 'bottom cf') {
131+
div(class: 'bottom') {
132132
p "Railsbridge Docs"
133133
p do
134134
text "Source: "

public/css/doc_page.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ h1 {
3232
}
3333

3434
.bottom {
35+
clear: both;
3536
min-height: 60px;
3637
text-align: center;
3738
border-top: 1px solid #ccc;

0 commit comments

Comments
 (0)