新的合并请求样式调整

This commit is contained in:
Tim 2016-10-08 17:37:41 +08:00
parent 6e93b0dc0d
commit 1db5064486
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</div>
<script>
$(".project_r_h").parent().css({"width":"730px","background-color":"#fff","padding":"10px","margin-left":"10px","margin-bottom":"10px"});
$("#pull_request_new_form").parent().css({"width":"730px","background-color":"#fff","padding":"10px","margin-left":"10px","margin-bottom":"10px"});
$("#changed-files").toggle(function(){
$("#changed-files-detail").show();