projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1587339
)
Add "fullrecord" table class.
author
Mike Taylor
<mike@indexdata.com>
Thu, 26 Oct 2006 17:22:35 +0000
(17:22 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 26 Oct 2006 17:22:35 +0000
(17:22 +0000)
web/htdocs/chrome/style.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/chrome/style.mc
b/web/htdocs/chrome/style.mc
index
38016ec
..
93c2f52
100644
(file)
--- 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 }