Return-Path: X-Original-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 41ABB758C for ; Wed, 23 Nov 2011 16:21:17 +0000 (UTC) Received: (qmail 86237 invoked by uid 500); 23 Nov 2011 16:21:17 -0000 Delivered-To: apmail-incubator-accumulo-commits-archive@incubator.apache.org Received: (qmail 86211 invoked by uid 500); 23 Nov 2011 16:21:17 -0000 Mailing-List: contact accumulo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: accumulo-dev@incubator.apache.org Delivered-To: mailing list accumulo-commits@incubator.apache.org Received: (qmail 86200 invoked by uid 99); 23 Nov 2011 16:21:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2011 16:21:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2011 16:21:16 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1A24023888CC; Wed, 23 Nov 2011 16:20:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1205478 - /incubator/accumulo/branches/1.4/src/server/src/main/resources/web/screen.css Date: Wed, 23 Nov 2011 16:20:55 -0000 To: accumulo-commits@incubator.apache.org From: ecn@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111123162056.1A24023888CC@eris.apache.org> Author: ecn Date: Wed Nov 23 16:20:55 2011 New Revision: 1205478 URL: http://svn.apache.org/viewvc?rev=1205478&view=rev Log: ACCUMULO-176: drop the heading down an extra em Modified: incubator/accumulo/branches/1.4/src/server/src/main/resources/web/screen.css Modified: incubator/accumulo/branches/1.4/src/server/src/main/resources/web/screen.css URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/src/server/src/main/resources/web/screen.css?rev=1205478&r1=1205477&r2=1205478&view=diff ============================================================================== --- incubator/accumulo/branches/1.4/src/server/src/main/resources/web/screen.css (original) +++ incubator/accumulo/branches/1.4/src/server/src/main/resources/web/screen.css Wed Nov 23 16:20:55 2011 @@ -49,7 +49,7 @@ html,body { top: 0; left: 0; right: 0; - height: 7.0em; + height: 8.0em; color: #c4c4c4; background-color: #304065; } @@ -67,7 +67,7 @@ html,body { #main { position: absolute; - top: 7.0em; + top: 8.0em; left: 11em; right: 0; bottom: 0; @@ -77,7 +77,7 @@ html,body { #nav { position: absolute; - top: 7.0em; + top: 8.0em; left: 0; bottom: 0; padding: 0.5em;