Repository: airavata-php-gateway Updated Branches: refs/heads/develop c4b00f703 -> 79ff06b57
small css addition 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/4c34f894 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/4c34f894 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/4c34f894 Branch: refs/heads/develop Commit: 4c34f8949d8c9142b48d966815fdeebf508e82b9 Parents: dd77f70 Author: Nipurn Doshi <[email protected]> Authored: Tue Dec 27 00:09:04 2016 -0800 Committer: Nipurn Doshi <[email protected]> Committed: Tue Dec 27 00:09:04 2016 -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/4c34f894/app/views/layout/basic.blade.php ---------------------------------------------------------------------- diff --git a/app/views/layout/basic.blade.php b/app/views/layout/basic.blade.php index 902042b..2cb74cf 100755 --- a/app/views/layout/basic.blade.php +++ b/app/views/layout/basic.blade.php @@ -63,7 +63,7 @@ var fullName = "{{Session::get("user-profile")["firstname"] . " " . Session::get <style> .theme-footer{ - margin-top: 20px; + margin: 20px 0; } </style>
