set a style for the fsf logo in the footer
[ryf-theme.git] / js / hacks.js
1 (function($){
2 $(document).ready(function(){
3
4 // Fixing hack to main-containe width Layout
5 $(".main-container").addClass("container");
6 $(".main-container").removeClass("container-fluid");
7 // expand top menu by default in mobile view
8 $("#navbar-collapse").addClass("in");
9
10 });
11
12 })(jQuery);