Brining consistency in UI backgrounds.
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/6ce39246 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/6ce39246 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/6ce39246 Branch: refs/heads/master Commit: 6ce392462bceff2a09f6384eb49298d2f8be8408 Parents: 99d9501 Author: Nipurn Doshi <[email protected]> Authored: Fri Jan 29 13:31:55 2016 -0500 Committer: Nipurn Doshi <[email protected]> Committed: Fri Jan 29 13:31:55 2016 -0500 ---------------------------------------------------------------------- public/css/admin.css | 4 +++- public/css/bootstrap.min.css | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/6ce39246/public/css/admin.css ---------------------------------------------------------------------- diff --git a/public/css/admin.css b/public/css/admin.css index 3456c5e..9d49c68 100644 --- a/public/css/admin.css +++ b/public/css/admin.css @@ -7,8 +7,10 @@ /* Global Styles */ body { - /*margin-top: 100px;*/ + /* + margin-top: 100px; background-color: #222; + */ } @media(min-width:768px) {
