1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Remove unnecessary border-radius already set on the iframe (#3604)

This commit is contained in:
BurningTreeC 2018-12-01 16:31:34 +01:00 committed by Jeremy Ruston
parent 0ecc7c6071
commit 288d25e733

View File

@ -96,7 +96,6 @@ FramedEngine.prototype.copyStyles = function() {
this.domNode.style.margin = "0";
this.domNode.style.resize = "none";
this.domNode.style.border = "none";
this.domNode.style["border-radius"] = "2px";
this.domNode.style["padding-left"] = "0.5em";
this.domNode.style["padding-top"] = "0.3em";
this.domNode.style["background-color"] = this.widget.wiki.extractTiddlerDataItem(this.widget.wiki.getTiddlerText("$:/palette"),"background");