Repository: pdfbox-docs Updated Branches: refs/heads/asf-site 80b6a155d -> 637385871
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/63738587 Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/63738587 Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/63738587 Branch: refs/heads/asf-site Commit: 637385871ab6121e030e36abb97d641724bd003a Parents: 80b6a15 Author: Maruan Sahyoun <[email protected]> Authored: Fri Feb 17 17:42:37 2017 +0100 Committer: Maruan Sahyoun <[email protected]> Committed: Fri Feb 17 17:42:37 2017 +0100 ---------------------------------------------------------------------- content/css/site.css | 8 +++++--- content/images/pdfbox.png | Bin 0 -> 11105 bytes 2 files changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/63738587/content/css/site.css ---------------------------------------------------------------------- diff --git a/content/css/site.css b/content/css/site.css index 3c9c237..cb89fdd 100644 --- a/content/css/site.css +++ b/content/css/site.css @@ -86,13 +86,15 @@ pre.highlight, .highlight > pre { color: darkslategrey; border: 0pt; border-radius: 0pt; - border-left: 5px solid #0088cc; + border-left: 2px solid #0088cc; padding-left: 2rem; + background-color: inherit; } code { - color: #000000; - background-color: #d5eaec; + color: #7e7e81; + padding: 0; + background-color: inherit; } /* http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/63738587/content/images/pdfbox.png ---------------------------------------------------------------------- diff --git a/content/images/pdfbox.png b/content/images/pdfbox.png new file mode 100644 index 0000000..6640e3e Binary files /dev/null and b/content/images/pdfbox.png differ
