Skip to content

Instantly share code, notes, and snippets.

@shu8
Created July 12, 2015 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shu8/3f854c2e0bcb5468b5ac to your computer and use it in GitHub Desktop.
Save shu8/3f854c2e0bcb5468b5ac to your computer and use it in GitHub Desktop.
answerSideBySideEditing
(function(){
$("#content").width(1360);
$("#post-editor").removeClass("post-editor");
$("#post-editor").width(1360);
$(".community-option").css("float","left");
$(".wmd-container").css("float","left");
$("#wmd-preview").css({"clear":"none","margin-left":"20px","float":"right"});
$('.wmd-button-bar').css('float', 'none');
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment