From 303230cb554aa07ce7ada5520b4d3dc0bb89ec51 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Mon, 2 Jun 2008 20:37:41 +0000 Subject: Display group reduce results in Futon by default. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@662554 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'share/www/style') diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 152c1acc..0dd93a19 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -304,18 +304,12 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; } #documents tbody.content td.key { color: #333; } #documents tbody.content td.key a { display: block; } -#documents tbody.content td.key em { font-style: normal; } +#documents tbody.content td.key a strong { font-weight: normal; } #documents tbody.content td.key span.docid { color: #999; font: normal 10px Arial,Helvetica,sans-serif; } #documents tbody.content td.value { font-size: 10px; } -#documents.reduced th.key, #documents.reduced td.key, -#documents.reduced #paging { - display: none; -} -#documents.reduced td.value { white-space: pre; } - /* Document fields table */ #fields { table-layout: fixed; } -- cgit v1.2.3