Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 86F1C200C76 for ; Fri, 28 Apr 2017 19:25:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 85AA8160B95; Fri, 28 Apr 2017 17:25:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D56F1160BA3 for ; Fri, 28 Apr 2017 19:25:19 +0200 (CEST) Received: (qmail 82706 invoked by uid 500); 28 Apr 2017 17:25:19 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 82690 invoked by uid 99); 28 Apr 2017 17:25:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Apr 2017 17:25:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EDC3AE1103; Fri, 28 Apr 2017 17:25:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: msahyoun@apache.org To: commits@pdfbox.apache.org Date: Fri, 28 Apr 2017 17:25:19 -0000 Message-Id: <76e1f9bdb06e4136806fac9e8dbd2574@git.apache.org> In-Reply-To: <6d29c73c35ab42cd89deb6e3214fa796@git.apache.org> References: <6d29c73c35ab42cd89deb6e3214fa796@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] pdfbox-docs git commit: Site checkin for project Apache PDFBox Website archived-at: Fri, 28 Apr 2017 17:25:20 -0000 Site checkin for project Apache PDFBox Website Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/2c9ddb4d Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/2c9ddb4d Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/2c9ddb4d Branch: refs/heads/asf-site Commit: 2c9ddb4d7941cda47d0332cf075befe775f8b879 Parents: f5e3067 Author: Maruan Sahyoun Authored: Fri Apr 28 19:25:15 2017 +0200 Committer: Maruan Sahyoun Committed: Fri Apr 28 19:25:15 2017 +0200 ---------------------------------------------------------------------- content/css/site.css | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/2c9ddb4d/content/css/site.css ---------------------------------------------------------------------- diff --git a/content/css/site.css b/content/css/site.css index 32013b9..831e433 100644 --- a/content/css/site.css +++ b/content/css/site.css @@ -22,8 +22,16 @@ */ body { - font-size: 15px; - line-height: 1.5; + font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Roboto, "Oxygen", "Ubuntu", "Cantarell", "Open Sans", Arial, sans-serif; + letter-spacing: 0; + font-weight: 400; + font-style: normal; + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + -moz-font-feature-settings: "liga" on; + font-size: 16px; + line-height: 1.4; } body > .container { @@ -93,7 +101,7 @@ h4 .oi { h4 .open-iconic { position: relative; - top: 0px; + top: 0; display: inline-block; width: 24px; height: 24px; @@ -106,8 +114,8 @@ pre.highlight, .highlight > pre { background-color: inherit; color: darkslategrey; padding-left: 2rem; - border: 0pt; - border-radius: 0pt; + border: 0; + border-radius: 0; border-left: 2px solid #0088cc; } @@ -211,6 +219,7 @@ table tr:nth-child(even) td, table tr.even td { .row-offcanvas { position: relative; -webkit-transition: all .25s ease-out; + -moz-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out; }