From 7f3cb430ea4370da2c6444e647bd9b15b78041c9 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 26 Oct 2006 17:22:35 +0000 Subject: [PATCH] Add "fullrecord" table class. --- web/htdocs/chrome/style.mc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 } -- 1.7.10.4