引用功能图片显示不正常
This commit is contained in:
parent
5a4f477e46
commit
5f6f7b7cdf
|
@ -5,3 +5,4 @@ $('#quote_quote').html("<%= raw escape_javascript(@temp.content.html_safe) %>");
|
||||||
|
|
||||||
showAndScrollTo("reply", "message_content");
|
showAndScrollTo("reply", "message_content");
|
||||||
$('#message_content').scrollTop = $('#message_content').scrollHeight - $('#message_content').clientHeight;
|
$('#message_content').scrollTop = $('#message_content').scrollHeight - $('#message_content').clientHeight;
|
||||||
|
$("img").removeAttr("align");
|
||||||
|
|
|
@ -8,6 +8,10 @@ function course_setting(id)
|
||||||
$('#tbc_0'+(3-id)).removeClass().addClass("undis");
|
$('#tbc_0'+(3-id)).removeClass().addClass("undis");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$(function(){
|
||||||
|
$("img").removeAttr("align");
|
||||||
|
});
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////
|
||||||
//添加分班
|
//添加分班
|
||||||
function add_group(url,course_id) {
|
function add_group(url,course_id) {
|
||||||
|
|
|
@ -437,6 +437,7 @@ a.link_file_board{ background:url(../images/pic_file.png) 0 3px no-repeat !impor
|
||||||
|
|
||||||
/*上传图片处理*/
|
/*上传图片处理*/
|
||||||
.upload_img img{max-width: 100%;}
|
.upload_img img{max-width: 100%;}
|
||||||
|
blockquote img{max-width: 100%;}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
|
The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
|
||||||
|
|
Loading…
Reference in New Issue