From 852d5ca0123a12f8efada402942ef445e7c9d437 Mon Sep 17 00:00:00 2001 From: "hyatt%netscape.com" Date: Fri, 9 Jul 1999 00:39:35 +0000 Subject: [PATCH] Fixing the double-scrollbar problem in the browser window. --- xpfe/browser/src/contentframe.css | 24 ------------------------ xpfe/browser/src/navigator.css | 6 ++---- 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/xpfe/browser/src/contentframe.css b/xpfe/browser/src/contentframe.css index 92eb377d125..e69de29bb2d 100644 --- a/xpfe/browser/src/contentframe.css +++ b/xpfe/browser/src/contentframe.css @@ -1,24 +0,0 @@ - -iframe { - border: 0px; -} - -iframe[class=sidebarframe] { - width: 0px; -} - -titledbutton[class=grippy] { - background-color: rgb(206, 207, 206); - border: 0px; - margin: 0px; - padding: 0px; - list-style-image:url(resource:/res/toolbar/grippy-horizontal-after.gif); -} - -titledbutton[class=grippy][open=true] { - list-style-image:url(resource:/res/toolbar/grippy-horizontal-before.gif); -} - -titledbutton[class=grippy]:hover { - background-color: rgb(204, 204, 255); -} diff --git a/xpfe/browser/src/navigator.css b/xpfe/browser/src/navigator.css index a00d0fbe58b..00e65b387b8 100644 --- a/xpfe/browser/src/navigator.css +++ b/xpfe/browser/src/navigator.css @@ -156,8 +156,6 @@ window#main-window { } iframe#content-frame { - min-width: 10px; - min-height: 10px; - width: 100px; - height: 100px; + min-width: 0px; + min-height: 0px; }