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

logging-improvements
BurningTreeC 2018-12-01 16:31:34 +01:00 zatwierdzone przez Jeremy Ruston
rodzic 0ecc7c6071
commit 288d25e733
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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");