Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 84323 invoked from network); 21 Sep 2010 19:22:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Sep 2010 19:22:57 -0000 Received: (qmail 98419 invoked by uid 500); 21 Sep 2010 19:22:57 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 98360 invoked by uid 500); 21 Sep 2010 19:22:57 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 98353 invoked by uid 99); 21 Sep 2010 19:22:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Sep 2010 19:22:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Tue, 21 Sep 2010 19:22:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 20C4523889DA; Tue, 21 Sep 2010 19:22:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r999555 - in /directory/skins/trunk: apacheds-skin/src/main/resources/css/reporting.css pom.xml studio-skin/src/main/resources/css/reporting.css triplesec-skin/src/main/resources/css/reporting.css Date: Tue, 21 Sep 2010 19:22:33 -0000 To: commits@directory.apache.org From: seelmann@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100921192233.20C4523889DA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: seelmann Date: Tue Sep 21 19:22:32 2010 New Revision: 999555 URL: http://svn.apache.org/viewvc?rev=999555&view=rev Log: Updated pom, some CSS tweaks. Modified: directory/skins/trunk/apacheds-skin/src/main/resources/css/reporting.css directory/skins/trunk/pom.xml directory/skins/trunk/studio-skin/src/main/resources/css/reporting.css directory/skins/trunk/triplesec-skin/src/main/resources/css/reporting.css Modified: directory/skins/trunk/apacheds-skin/src/main/resources/css/reporting.css URL: http://svn.apache.org/viewvc/directory/skins/trunk/apacheds-skin/src/main/resources/css/reporting.css?rev=999555&r1=999554&r2=999555&view=diff ============================================================================== --- directory/skins/trunk/apacheds-skin/src/main/resources/css/reporting.css (original) +++ directory/skins/trunk/apacheds-skin/src/main/resources/css/reporting.css Tue Sep 21 19:22:32 2010 @@ -17,8 +17,45 @@ * under the License. */ -xmp,pre,plaintext { - overflow-x: auto; - font-family: '-moz-fixed'; - white-space: pre; +pre { + font-family: monospace; + background-color: #F0F0F0; + border: 1px dashed #1A6C0B; + padding: 5px 10px; } + +table { + border-collapse: collapse; + margin: 5px; +} + +table.bodyTable th { + background-color: #F0F0F0; + border-color: #CCC; + border-style: solid; + border-width: 1px; + padding: 3px 4px; + text-align: center; +} + +table.bodyTable td { + border-color: #CCC; + border-style: solid; + border-width: 1px; + padding: 3px 4px; +} + +#navigation li ul { + margin-left: 0px; +} +#navigation li { + line-height: 1.0em; + list-style-type: none; + padding-left: 0px; + margin-left: 10px; + margin-top: 0.5em; +} +#navigation a { + /*font-size: 80%;*/ +} + Modified: directory/skins/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/skins/trunk/pom.xml?rev=999555&r1=999554&r2=999555&view=diff ============================================================================== --- directory/skins/trunk/pom.xml (original) +++ directory/skins/trunk/pom.xml Tue Sep 21 19:22:32 2010 @@ -36,13 +36,13 @@ under the License. Apache Directory Skins used by maven site generation for the directory projects. - ApacheDS-Shared + Apache Directory Skins scpexe://people.apache.org/www/directory.apache.org/skins/gen-docs/${version}/ - apache.directory.shared + apache.directory.skins ${distMgmtSiteUrl} Modified: directory/skins/trunk/studio-skin/src/main/resources/css/reporting.css URL: http://svn.apache.org/viewvc/directory/skins/trunk/studio-skin/src/main/resources/css/reporting.css?rev=999555&r1=999554&r2=999555&view=diff ============================================================================== --- directory/skins/trunk/studio-skin/src/main/resources/css/reporting.css (original) +++ directory/skins/trunk/studio-skin/src/main/resources/css/reporting.css Tue Sep 21 19:22:32 2010 @@ -17,8 +17,45 @@ * under the License. */ -xmp,pre,plaintext { - overflow-x: auto; - font-family: '-moz-fixed'; - white-space: pre; +pre { + font-family: monospace; + background-color: #F0F0F0; + border: 1px dashed #1A6C0B; + padding: 5px 10px; } + +table { + border-collapse: collapse; + margin: 5px; +} + +table.bodyTable th { + background-color: #F0F0F0; + border-color: #CCC; + border-style: solid; + border-width: 1px; + padding: 3px 4px; + text-align: center; +} + +table.bodyTable td { + border-color: #CCC; + border-style: solid; + border-width: 1px; + padding: 3px 4px; +} + +#navigation li ul { + margin-left: 0px; +} +#navigation li { + line-height: 1.0em; + list-style-type: none; + padding-left: 0px; + margin-left: 10px; + margin-top: 0.5em; +} +#navigation a { + /*font-size: 80%;*/ +} + Modified: directory/skins/trunk/triplesec-skin/src/main/resources/css/reporting.css URL: http://svn.apache.org/viewvc/directory/skins/trunk/triplesec-skin/src/main/resources/css/reporting.css?rev=999555&r1=999554&r2=999555&view=diff ============================================================================== --- directory/skins/trunk/triplesec-skin/src/main/resources/css/reporting.css (original) +++ directory/skins/trunk/triplesec-skin/src/main/resources/css/reporting.css Tue Sep 21 19:22:32 2010 @@ -17,8 +17,45 @@ * under the License. */ -xmp,pre,plaintext { - overflow-x: auto; - font-family: '-moz-fixed'; - white-space: pre; +pre { + font-family: monospace; + background-color: #F0F0F0; + border: 1px dashed #1A6C0B; + padding: 5px 10px; } + +table { + border-collapse: collapse; + margin: 5px; +} + +table.bodyTable th { + background-color: #F0F0F0; + border-color: #CCC; + border-style: solid; + border-width: 1px; + padding: 3px 4px; + text-align: center; +} + +table.bodyTable td { + border-color: #CCC; + border-style: solid; + border-width: 1px; + padding: 3px 4px; +} + +#navigation li ul { + margin-left: 0px; +} +#navigation li { + line-height: 1.0em; + list-style-type: none; + padding-left: 0px; + margin-left: 10px; + margin-top: 0.5em; +} +#navigation a { + /*font-size: 80%;*/ +} +