diff --git a/chrome/content/zotero/bibliography.js b/chrome/content/zotero/bibliography.js index 0a592e96a..a8180e7bd 100644 --- a/chrome/content/zotero/bibliography.js +++ b/chrome/content/zotero/bibliography.js @@ -112,7 +112,7 @@ var Zotero_File_Interface_Bibliography = new function() { // add border on Windows if(Zotero.isWin) { - document.getElementById("zotero-bibliography-container").style.border = "1px solid black"; + document.getElementById("doc-prefs-dialog").style.border = "1px solid black"; } } window.sizeToContent(); diff --git a/chrome/content/zotero/integrationDocPrefs.xul b/chrome/content/zotero/integrationDocPrefs.xul index 1ed6be663..eba2c736e 100644 --- a/chrome/content/zotero/integrationDocPrefs.xul +++ b/chrome/content/zotero/integrationDocPrefs.xul @@ -5,7 +5,7 @@