Fixed sizing issue for PDF
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/f78c5e9d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/f78c5e9d Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/f78c5e9d Branch: refs/heads/master Commit: f78c5e9d525fcd682509a20c238426c27b31768c Parents: b6ae832 Author: Duncan Godwin <[email protected]> Authored: Thu Feb 25 10:35:06 2016 +0000 Committer: Duncan Godwin <[email protected]> Committed: Thu Feb 25 14:52:55 2016 +0000 ---------------------------------------------------------------------- style/css/singlePage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/f78c5e9d/style/css/singlePage.css ---------------------------------------------------------------------- diff --git a/style/css/singlePage.css b/style/css/singlePage.css index 07d7395..9c87950 100644 --- a/style/css/singlePage.css +++ b/style/css/singlePage.css @@ -52,5 +52,5 @@ pre, pre code{ } #content_container h1{ display: inline-block; - width: 95%; + width: 90%; } \ No newline at end of file
