Supprimer attribut style
This commit is contained in:
parent
2695a0a6d5
commit
ac3f74581e
@ -27,11 +27,11 @@ $("input, select").on("change", function() {
|
||||
css += "header{height:" + $("#themeHeaderHeight").val() + ";}";
|
||||
$("#featureContent").appendTo("#headerContainer").show();
|
||||
$("#themeHeaderTitle").hide();
|
||||
$("header").css("background-color", "");
|
||||
$("header").css("background-image", "none");
|
||||
$("header").css("height", "");
|
||||
$("header").css("line-height", "1.5");
|
||||
$("header").css("text-align", "");
|
||||
//$("header").css("background-color", "");
|
||||
//$("header").css("background-image", "none");
|
||||
$("header").removeAttr("style");
|
||||
//$("header").css("line-height", "1.5");
|
||||
//$("header").css("text-align", "");
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user