From 2ee3c710ae726c31812cabb4827e777687ab660c Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Tue, 17 Mar 2009 11:52:57 +0000 Subject: show group=true notice only when view results are shown git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@755205 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 1 + 1 file changed, 1 insertion(+) (limited to 'share/www/style') diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 0971c2ee..7cf89e3b 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -333,6 +333,7 @@ ul.suggest-dropdown li.selected { cursor: pointer; background: Highlight; #viewcode.collapsed table, #viewcode.collapsed .bottom { display: none; } #tempwarn { display: none; font-size: 90%; margin: 0 2em 1.5em; } +#grouptruenotice { display: none; font-size: 90%; margin: 1ex 2em 1.5em; } /* Database table */ -- cgit v1.2.3