From 917d928d7957fdebfde6bebf84b366857618dcc9 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 17 Dec 2011 16:14:46 -0500 Subject: [PATCH] Fix spacing around text links in preferences --- chrome/skin/default/zotero/preferences.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/skin/default/zotero/preferences.css b/chrome/skin/default/zotero/preferences.css index bc58f315f5..b6ee0f3869 100644 --- a/chrome/skin/default/zotero/preferences.css +++ b/chrome/skin/default/zotero/preferences.css @@ -22,7 +22,7 @@ radio[pane] } /* Links within messages */ -description label[class=text-link], label label[class=text-link] +description label[class=zotero-text-link], label[class=zotero-text-link] { margin: 0; }