Skip to content

Commit

Permalink
Merge pull request meanjs#1276 from generalgmt/enhancement-relative-h…
Browse files Browse the repository at this point in the history
…eader

Enhancement(core):Relative position attribute added to the header.
  • Loading branch information
codydaig committed Mar 24, 2016
2 parents 59e6daa + 661b3b6 commit f389531
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/core/client/css/core.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.content {
margin-top: 50px;
.relative-header{
position: relative;
}
.undecorated-link:hover {
text-decoration: none;
Expand Down
2 changes: 1 addition & 1 deletion modules/core/server/views/layout.server.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</head>

<body class="ng-cloak">
<header ng-include="'/modules/core/client/views/header.client.view.html'" class="navbar navbar-fixed-top navbar-inverse"></header>
<header ng-include="'/modules/core/client/views/header.client.view.html'" class="navbar navbar-fixed-top navbar-inverse relative-header"></header>
<section class="content">
<section class="container">
{% block content %}{% endblock %}
Expand Down

0 comments on commit f389531

Please sign in to comment.