summaryrefslogtreecommitdiff
path: root/share/www/style
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2008-06-02 20:37:41 +0000
committerChristopher Lenz <cmlenz@apache.org>2008-06-02 20:37:41 +0000
commit303230cb554aa07ce7ada5520b4d3dc0bb89ec51 (patch)
tree5ec7b41f7a0c676f4c16ddd74e934976c8bbbc9e /share/www/style
parentec24327a4892c115e5941ec93f9dcc01e9050fd2 (diff)
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
Diffstat (limited to 'share/www/style')
-rw-r--r--share/www/style/layout.css8
1 files changed, 1 insertions, 7 deletions
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; }