Increase the body top padding
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/563cf1d4 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/563cf1d4 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/563cf1d4 Branch: refs/heads/master Commit: 563cf1d405b877877168308aa8a7237bf777d806 Parents: 21965c5 Author: Howard M. Lewis Ship <[email protected]> Authored: Sat Apr 20 19:26:04 2013 -0400 Committer: Howard M. Lewis Ship <[email protected]> Committed: Sat Apr 20 19:26:04 2013 -0400 ---------------------------------------------------------------------- tapestry-core/src/test/app1/css/app.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/563cf1d4/tapestry-core/src/test/app1/css/app.css ---------------------------------------------------------------------- diff --git a/tapestry-core/src/test/app1/css/app.css b/tapestry-core/src/test/app1/css/app.css index 3dd0cca..84fdd9f 100644 --- a/tapestry-core/src/test/app1/css/app.css +++ b/tapestry-core/src/test/app1/css/app.css @@ -1,5 +1,5 @@ BODY { - padding-top: 45px; + padding-top: 60px; } SPAN.inherit {
