From 67b8193949de25ef1a935b0dd151295bc07329e5 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 16 Aug 2006 19:59:47 +0000 Subject: [PATCH] removed unused style git-svn-id: svn://svn.open-ils.org/ILS/trunk@5541 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/common/css/fm_table.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/common/css/fm_table.css b/Open-ILS/web/opac/common/css/fm_table.css index a593ba1b87..f7d19cda76 100644 --- a/Open-ILS/web/opac/common/css/fm_table.css +++ b/Open-ILS/web/opac/common/css/fm_table.css @@ -1,4 +1,4 @@ -.fm_table { border-collapse: collapse; text-align: center; width: 100%; background: white;} +.fm_table { border-collapse: collapse; text-align: center; width: 100%; } .fm_table thead tr { background: #E0F0E0; color: #000000; font-weight: bold;} .fm_table thead td { border: 1px solid #808080; padding-right: 5px; padding-left: 5px;} .fm_table tbody td { border: 1px solid #E0E0E0; padding: 2px; } -- 2.11.0