Repository: airavata-php-gateway Updated Branches: refs/heads/develop 7a7e2f93f -> e338c824b
Small spacing changes Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/a4614cc2 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/a4614cc2 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/a4614cc2 Branch: refs/heads/develop Commit: a4614cc22e44f5510e8d5712f481be5efd288f34 Parents: aba44b6 Author: Nipurn Doshi <[email protected]> Authored: Sun Feb 26 21:23:29 2017 -0800 Committer: Nipurn Doshi <[email protected]> Committed: Sun Feb 26 21:23:29 2017 -0800 ---------------------------------------------------------------------- app/views/layout/basic.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/a4614cc2/app/views/layout/basic.blade.php ---------------------------------------------------------------------- diff --git a/app/views/layout/basic.blade.php b/app/views/layout/basic.blade.php index 3e5e396..a9e233b 100755 --- a/app/views/layout/basic.blade.php +++ b/app/views/layout/basic.blade.php @@ -15,7 +15,7 @@ $title = Session::get("portal-title"); z-index:101; } .content-area{ - margin: 20px 0; + margin: 20px 0 !important; } </style> <div class="theme-header">
