changing the content div with back to 750px
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/13dad2e5 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/13dad2e5 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/13dad2e5 Branch: refs/heads/master Commit: 13dad2e59aa4b93ebc7902246014e0d289e4e078 Parents: c2207fd Author: Supun Nakandala <[email protected]> Authored: Thu Jun 11 23:07:00 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Thu Jun 11 23:07:00 2015 +0530 ---------------------------------------------------------------------- app/views/project/summary.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/13dad2e5/app/views/project/summary.blade.php ---------------------------------------------------------------------- diff --git a/app/views/project/summary.blade.php b/app/views/project/summary.blade.php index b3bc800..ab4ebef 100755 --- a/app/views/project/summary.blade.php +++ b/app/views/project/summary.blade.php @@ -6,10 +6,10 @@ @section('content') -<div class="container" style="max-width: 80%;"> +<div class="container" style="max-width: 750px;"> - <h1>Project Summary</h1> +<h1>Project Summary</h1>
