Skip to content

Commit 5fc6d3d

Browse files
committed
refs #240. Hopefully fixes style breakages.
1 parent d6eeeec commit 5fc6d3d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

web/static/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/static/js/adjustments.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ $(function(){
1616
$('.nav-border').css('height', '930');
1717
}
1818
$('footer').css('margin-top', margin);
19+
$('footer').css('display', 'block');
1920

2021
if($(window).width() > 1171){$('.docs-sidebar').css({'position': 'absolute', 'right': '0'})};
2122
if($(window).width() < 1171){$('.docs-sidebar').css('position', 'static');}

0 commit comments

Comments
 (0)