From: Mike Taylor Date: Thu, 26 Oct 2006 17:22:35 +0000 (+0000) Subject: Add "fullrecord" table class. X-Git-Tag: CPAN-v1.02~899 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=e576a47744ea0535cd3e28f88f56b8191e217e21;p=irspy-moved-to-github.git Add "fullrecord" table class. --- diff --git a/web/htdocs/chrome/style.mc b/web/htdocs/chrome/style.mc index 38016ec..93c2f52 100644 --- a/web/htdocs/chrome/style.mc +++ b/web/htdocs/chrome/style.mc @@ -1,4 +1,4 @@ -/* $Id: style.mc,v 1.8 2006-09-21 13:13:42 mike Exp $ */ +/* $Id: style.mc,v 1.9 2006-10-26 17:22:35 mike Exp $ */ body { color: black; background: white; @@ -26,6 +26,9 @@ img { border: 0 } .searchform tr td input { background: #ffffc0 } .searchform tr td select { background: #ffffc0 } +.fullrecord { background: #ffffee } +.fullrecord th { text-align: left } + .thleft th { text-align: left } .disabled { color: grey }