From 57f2e6a118dc57af6dbd6c377b60bae7fdcd3d22 Mon Sep 17 00:00:00 2001 From: Christopher Lenz Date: Wed, 1 Oct 2008 13:52:59 +0000 Subject: Make the database list in the sidebar in Futon a list of the 10 most recently used databases, to avoid excessive script/render time with instances containing very many databases. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@700767 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/style/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/www/style') diff --git a/share/www/style/layout.css b/share/www/style/layout.css index 7b0aeb04..db86acc3 100644 --- a/share/www/style/layout.css +++ b/share/www/style/layout.css @@ -16,7 +16,7 @@ specific language governing permissions and limitations under the License. /* General styles */ html, body { background: transparent; color: #000; - font: normal 90% Arial,Helvetica,sans-serif; margin: 0; + font: normal 90% Arial,Helvetica,sans-serif; margin: 0; padding: 0; } :link, :visited { color: #ba1e16; text-decoration: none; } :link img, :visited img { border: none; } -- cgit v1.2.3