From c7c27935d02336d521f7ae966303acf4d04185d2 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 9 Oct 2010 08:12:37 +0000 Subject: [PATCH] Fix CSS paths in read-only note and integration views (not yet tested) --- chrome/content/zotero/tinymce/integration.html | 2 +- chrome/content/zotero/tinymce/noteview.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/tinymce/integration.html b/chrome/content/zotero/tinymce/integration.html index 8608db4ae..f46d276e8 100755 --- a/chrome/content/zotero/tinymce/integration.html +++ b/chrome/content/zotero/tinymce/integration.html @@ -26,7 +26,7 @@ html, body { // General options mode : "none", theme : "advanced", - content_css : "chrome://zotero/skin/tinymce/integration-content.css", + content_css : "css/integration-content.css", // Theme options theme_advanced_buttons1 : "bold,italic,underline,|,sub,sup,|,removeformat", diff --git a/chrome/content/zotero/tinymce/noteview.html b/chrome/content/zotero/tinymce/noteview.html index cda1b4057..84edc6fd7 100644 --- a/chrome/content/zotero/tinymce/noteview.html +++ b/chrome/content/zotero/tinymce/noteview.html @@ -2,7 +2,7 @@ TinyMCE - +