From: erickson Date: Wed, 16 Aug 2006 19:59:47 +0000 (+0000) Subject: removed unused style X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=67b8193949de25ef1a935b0dd151295bc07329e5;p=evergreen%2Fpines.git removed unused style git-svn-id: svn://svn.open-ils.org/ILS/trunk@5541 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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; }