From 6e8c359133f07da068c6178223152e1d200d9672 Mon Sep 17 00:00:00 2001 From: "cmanske%netscape.com" Date: Thu, 13 May 1999 21:01:43 +0000 Subject: [PATCH] Removed unused CSS --- editor/ui/composer/skin/Editor.css | 46 ------------------------------ 1 file changed, 46 deletions(-) diff --git a/editor/ui/composer/skin/Editor.css b/editor/ui/composer/skin/Editor.css index b8f992cff8d1..f3c810303521 100644 --- a/editor/ui/composer/skin/Editor.css +++ b/editor/ui/composer/skin/Editor.css @@ -33,49 +33,3 @@ select[pseudoclass~="hover"] { background: red; } -p, br, td { - font-color: red; - background-color: #ffffcc -} - -table#editbar-table { - background: silver; - border: 1px; - border-style: outset; -} - -box#edit-bar { - /* DOESN'T WORK - background: silver; */ - /* THIS CAUSES CRASH - border: 1px; - border-style: outset; */ -} - -tr.panel [show="1"] { - display: table-row; - background: white; -} -tr.panel [show="2"] { - display: none; - background: gray; -} - -tr.panel [show=1] { - display: table-row; - background: white; -} -tr.panel [show=2] { - display: none; - background: gray; -} -tr.panel [align="left"] { - display: table-row; - background: white; -} - -tr.panel [align="right"] { - display: none; - background: gray; -} -