Margin adjustments for page header
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/80490e1e Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/80490e1e Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/80490e1e Branch: refs/heads/master Commit: 80490e1ecb87e4872b1c997e090c2143e6ce9cf4 Parents: 2086509 Author: Michael Joyce <[email protected]> Authored: Fri Jul 18 15:21:48 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Fri Jul 18 15:21:48 2014 -0700 ---------------------------------------------------------------------- ocw-ui/frontend-new/app/styles/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/80490e1e/ocw-ui/frontend-new/app/styles/main.css ---------------------------------------------------------------------- diff --git a/ocw-ui/frontend-new/app/styles/main.css b/ocw-ui/frontend-new/app/styles/main.css index 4ce3109..9e0d687 100644 --- a/ocw-ui/frontend-new/app/styles/main.css +++ b/ocw-ui/frontend-new/app/styles/main.css @@ -33,7 +33,7 @@ body { } #main-container { - margin-top: 80px; + margin-top: 20px; min-height: 400px; height: auto !important; height: 400px; @@ -45,6 +45,10 @@ body { overflow-x: hidden; } +#ocw-navbar { + margin-bottom: 0; +} + #map { height: 500px; } /* Small preview map that is displayed alongside dataset information */
