Showing
2 changed files
with
5 additions
and
3 deletions
@@ -116,12 +116,13 @@ $(function() { | @@ -116,12 +116,13 @@ $(function() { | ||
116 | $('.tab-nav').css({ | 116 | $('.tab-nav').css({ |
117 | position: 'absolute' | 117 | position: 'absolute' |
118 | }); | 118 | }); |
119 | - } | ||
120 | 119 | ||
121 | - if ($footer.length > 0) { | ||
122 | - $footer.before( | 120 | + $footer.css({ |
121 | + "max-width": "650px" | ||
122 | + }).before( | ||
123 | '<div style="height: ' + parseInt($footer.css('height'), 0) + 'px"></div>' | 123 | '<div style="height: ' + parseInt($footer.css('height'), 0) + 'px"></div>' |
124 | ); | 124 | ); |
125 | } | 125 | } |
126 | + | ||
126 | plusstar.init(); | 127 | plusstar.init(); |
127 | }); | 128 | }); |
-
Please register or login to post a comment