From f60bceffac53e91222d455c3301aac7c43564b75 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 14 Aug 2012 20:07:38 -0400 Subject: [PATCH] Don't show empty close button --- chrome/skin/default/zotero/standalone.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/skin/default/zotero/standalone.css b/chrome/skin/default/zotero/standalone.css index 86070d281..01c16f53d 100644 --- a/chrome/skin/default/zotero/standalone.css +++ b/chrome/skin/default/zotero/standalone.css @@ -1,4 +1,4 @@ #zotero-tb-item-from-page, #zotero-tb-snapshot-from-page, #zotero-tb-link-from-page, -#zotero-tb-fullscreen, #zotero-fullscreen-close-separator { +#zotero-tb-fullscreen, #zotero-fullscreen-close-separator, #zotero-close-button { display: none; } \ No newline at end of file