From 46c9d36103eb2da84ba3a11be8e0262ef8eb3205 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Wed, 6 Oct 1999 07:45:05 +0000 Subject: [PATCH] Removing unnecessary label rule that was making prefs look like crap. Thanks to pavlov for this fix. r=pavlov,myself --- .../prefwindow/resources/skin/pref.css | 25 +++++-------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/xpfe/components/prefwindow/resources/skin/pref.css b/xpfe/components/prefwindow/resources/skin/pref.css index ba298bb99c44..ca4651b7129e 100644 --- a/xpfe/components/prefwindow/resources/skin/pref.css +++ b/xpfe/components/prefwindow/resources/skin/pref.css @@ -1,18 +1,9 @@ - -body { - background-color:#CCCCCC; - font-family: sans-serif; - font-size: 9pt; - -} - #righttext { text-align: left; font-style: bold; } - #righttext { text-align: right; } @@ -23,16 +14,12 @@ background-color: grey table { display: block; - width: 100%; + width: 100%; border: 0px; min-height: 16px; /* color: white; */ } -label { - background-color:#cccccc; -} - td { font-size: 8pt; } @@ -41,8 +28,8 @@ td { border : 0} #preftree { - border : yes; - border-style : ridge; - width :25%; - height : 326; - } + border : yes; + border-style : ridge; + width :25%; + height : 326; +}