app/assets/stylesheets/application.css in tailog-0.6.6 vs app/assets/stylesheets/application.css in tailog-0.6.7

- old
+ new

@@ -1,8 +1,14 @@ +html { + position: relative; + min-height: 100%; +} + body { font-family: "Lucida Console", Monaco, monospace; padding-top: 20px; + margin-bottom: 60px; padding-bottom: 20px; } p { white-space: pre-wrap; @@ -10,9 +16,21 @@ margin: 0; } * { outline: 0 !important; +} + +.footer { + position: absolute; + bottom: 0; + width: 100%; + height: 60px; + background-color: #f5f5f5; +} + +.footer p { + line-height: 60px; } .fixed-top-right { position: fixed; top: 25px;