commit 917d928d7957fdebfde6bebf84b366857618dcc9 parent fe97d33e38de38e09d8d5d568e90ffd99e8098ee Author: Dan Stillman <dstillman@zotero.org> Date: Sat, 17 Dec 2011 16:14:46 -0500 Fix spacing around text links in preferences Diffstat:
| M | 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 @@ -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; }