Repository: pdfbox-docs Updated Branches: refs/heads/asf-site 8036a82b1 -> ad00b0879
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/ad00b087 Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/ad00b087 Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/ad00b087 Branch: refs/heads/asf-site Commit: ad00b08794fd1c69d1e06245d0479c05e3756bb7 Parents: 8036a82 Author: Maruan Sahyoun <[email protected]> Authored: Thu Mar 29 23:33:58 2018 +0200 Committer: Maruan Sahyoun <[email protected]> Committed: Thu Mar 29 23:33:58 2018 +0200 ---------------------------------------------------------------------- content/css/site.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/ad00b087/content/css/site.css ---------------------------------------------------------------------- diff --git a/content/css/site.css b/content/css/site.css index 745813e..fea60e1 100644 --- a/content/css/site.css +++ b/content/css/site.css @@ -152,10 +152,12 @@ code, kbd, pre, samp { pre.highlight, .highlight > pre { background-color: inherit; color: darkslategrey; - padding-left: 2rem; border: 0; border-radius: 0; - border-left: 2px solid #0088cc; + border-left: 2px solid #5a5c5d; + padding-left: 3rem; + padding-top: 1.5rem; + padding-bottom: 1.5rem; } code { @@ -298,7 +300,7 @@ table tr:nth-child(even) td, table tr.even td { .documentation aside { min-width: 22rem; - max-width: 22rem; + max-width: 22rem; padding-left: 2rem; } @@ -325,6 +327,11 @@ table tr:nth-child(even) td, table tr.even td { display: block; } +.documentation div.highlight { + background: #f8f8f8; + margin: 2rem 0; +} + /* * Off Canvas
