diff --git a/mozilla/xpfe/browser/resources/content/contentframe.xul b/mozilla/xpfe/browser/resources/content/contentframe.xul deleted file mode 100644 index 49b3bab59fa..00000000000 --- a/mozilla/xpfe/browser/resources/content/contentframe.xul +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/mozilla/xpfe/browser/resources/content/openLocation.xul b/mozilla/xpfe/browser/resources/content/openLocation.xul index e4563e2032f..df6e11d53c0 100644 --- a/mozilla/xpfe/browser/resources/content/openLocation.xul +++ b/mozilla/xpfe/browser/resources/content/openLocation.xul @@ -20,6 +20,8 @@ Rights Reserved. Contributor(s): ______________________________________. --> + + diff --git a/mozilla/xpfe/browser/resources/skin/contentframe.css b/mozilla/xpfe/browser/resources/skin/contentframe.css deleted file mode 100644 index 9e815f048e1..00000000000 --- a/mozilla/xpfe/browser/resources/skin/contentframe.css +++ /dev/null @@ -1,28 +0,0 @@ - -iframe { - border: 0px; - width: 0px; - height: 0px; - min-width: 0px; - min-height: 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/mozilla/xpfe/browser/resources/skin/navigator.css b/mozilla/xpfe/browser/resources/skin/navigator.css index 34e57453c46..7cbd8081381 100644 --- a/mozilla/xpfe/browser/resources/skin/navigator.css +++ b/mozilla/xpfe/browser/resources/skin/navigator.css @@ -1,6 +1,8 @@ /** Contains style definitions for the navigator application **/ +@import url(chrome://global/skin/); + box#sidebar-parent { margin-right: 2px; }