- $("#left").show();
- $("#top-bar").show();
-
- $("#content").css("margin-top", "30px");
- if ($("html").attr("dir") == "ltr") {
- $("#content").css("margin-left", "185px");
- } else {
- $("#content").css("margin-right", "185px");
- }
-
- handleResize();