Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 90854 invoked from network); 7 Sep 2004 16:44:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Sep 2004 16:44:29 -0000 Received: (qmail 98198 invoked by uid 500); 7 Sep 2004 16:44:28 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 98126 invoked by uid 500); 7 Sep 2004 16:44:27 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: "Forrest Developers List" Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 98112 invoked by uid 99); 7 Sep 2004 16:44:27 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 07 Sep 2004 09:44:27 -0700 Received: (qmail 90818 invoked by uid 65534); 7 Sep 2004 16:44:26 -0000 Date: 7 Sep 2004 16:44:26 -0000 Message-ID: <20040907164426.90816.qmail@minotaur.apache.org> From: nicolaken@apache.org To: svn@forrest.apache.org Subject: svn commit: rev 43480 - forrest/trunk/src/core/context/skins/pelt/css X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: nicolaken Date: Tue Sep 7 09:44:25 2004 New Revision: 43480 Modified: forrest/trunk/src/core/context/skins/pelt/css/screen.css Log: Make the search box fonts smaller by telling the browser to apply the css size to input tags. Modified: forrest/trunk/src/core/context/skins/pelt/css/screen.css ============================================================================== --- forrest/trunk/src/core/context/skins/pelt/css/screen.css (original) +++ forrest/trunk/src/core/context/skins/pelt/css/screen.css Tue Sep 7 09:44:25 2004 @@ -115,6 +115,9 @@ padding: 0 0 2px 0; margin: 0; } +#top .searchbox input { + font-size: 100%; +} #tabs { clear: both;