From 42a189f8708a6146450cde5d0c2b4564078240c9 Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Sun, 4 Nov 2001 00:45:41 +0000 Subject: [PATCH] Bookmarks tree has slightly oversized margins. r=hewitt sr=hyatt --- themes/modern/communicator/bookmarks/bookmarksWindow.css | 4 ++++ themes/modern/communicator/communicator.css | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/themes/modern/communicator/bookmarks/bookmarksWindow.css b/themes/modern/communicator/bookmarks/bookmarksWindow.css index a1e9b07ca96..36fa3e2d4eb 100644 --- a/themes/modern/communicator/bookmarks/bookmarksWindow.css +++ b/themes/modern/communicator/bookmarks/bookmarksWindow.css @@ -33,3 +33,7 @@ display: none !important; } +.bookmarks-window-tree { + border: none; + margin: 0px !important; +} diff --git a/themes/modern/communicator/communicator.css b/themes/modern/communicator/communicator.css index 7aee8f73ca5..6c1c765e122 100644 --- a/themes/modern/communicator/communicator.css +++ b/themes/modern/communicator/communicator.css @@ -62,3 +62,8 @@ .down[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif"); } + +.sidebarTree { + border: none; + margin: 0px !important; +} \ No newline at end of file