Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 35487 invoked from network); 15 Dec 2010 23:08:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Dec 2010 23:08:07 -0000 Received: (qmail 6443 invoked by uid 500); 15 Dec 2010 23:08:07 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 6414 invoked by uid 500); 15 Dec 2010 23:08:07 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 6407 invoked by uid 99); 15 Dec 2010 23:08:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Dec 2010 23:08:07 +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; Wed, 15 Dec 2010 23:08:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 1CAD0238899C; Wed, 15 Dec 2010 23:07:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1049737 - in /activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css: pygmentize.css site.css Date: Wed, 15 Dec 2010 23:07:44 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101215230744.1CAD0238899C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Wed Dec 15 23:07:43 2010 New Revision: 1049737 URL: http://svn.apache.org/viewvc?rev=1049737&view=rev Log: better styles. Modified: activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/pygmentize.css activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/site.css Modified: activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/pygmentize.css URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/pygmentize.css?rev=1049737&r1=1049736&r2=1049737&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/pygmentize.css (original) +++ activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/pygmentize.css Wed Dec 15 23:07:43 2010 @@ -95,6 +95,8 @@ } .syntax pre { margin:0; + padding:0; + border: none; } pre.syntax { Modified: activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/site.css URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/site.css?rev=1049737&r1=1049736&r2=1049737&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/site.css (original) +++ activemq/activemq-apollo/trunk/apollo-website/src/styles/impact/css/site.css Wed Dec 15 23:07:43 2010 @@ -162,6 +162,30 @@ img { margin-top:0px; } +code { + font-size: .9em; + font-family: 'Droid Sans Mono', 'Courier New', monospace !important; +} +pre { + background-color: #F8F8FF; + + overflow:auto; + -moz-background-clip:border; + -moz-background-inline-policy:continuous; + -moz-background-origin:padding; + margin: 1em 0 1em 0; + border:1px solid #DDDDDD; + + border-top-left-radius: 8px; -webkit-border-top-left-radius: 8px; -moz-border-radius-topleft: 8px; + border-top-right-radius: 8px; -webkit-border-top-right-radius: 8px; -moz-border-radius-topright: 8px; + border-style: solid; border-width: 1px; border-color: #dedede !important; + padding: 1em; +} +pre code { + font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace; + font-weight:normal; + font-style:normal; +} div.compare { width: 700px; } div.compare div.compare-left { float:left; width:340px; padding:5px; margin-top: 15px; } div.compare div.compare-right { float:right; width:340px; padding:5px; margin-top: 15px; } @@ -188,3 +212,5 @@ div.compare div div { .wide div.compare div.compare-left { float:none; width:700px; } .wide div.compare div.compare-right { float:none; width:700px; } + +