From 806576aacb418a0fee2a9dc4adc432f0a20ba6cf Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sat, 12 Feb 2011 22:18:46 +0000 Subject: [PATCH] remove "create item from current page" from tab --- chrome/content/zotero/tab.xul | 1 + chrome/skin/default/zotero/tab.css | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 chrome/skin/default/zotero/tab.css diff --git a/chrome/content/zotero/tab.xul b/chrome/content/zotero/tab.xul index fc4a85a1c0..d2a5cc86fd 100644 --- a/chrome/content/zotero/tab.xul +++ b/chrome/content/zotero/tab.xul @@ -2,6 +2,7 @@ + diff --git a/chrome/skin/default/zotero/tab.css b/chrome/skin/default/zotero/tab.css new file mode 100644 index 0000000000..41d81c4fa5 --- /dev/null +++ b/chrome/skin/default/zotero/tab.css @@ -0,0 +1,3 @@ +#zotero-tb-item-from-page { + display: none; +} \ No newline at end of file