Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Enhancement(core):Relative positon attribute added to the header.
Browse files Browse the repository at this point in the history
Relative positon attribute added to the header. proposed by @generalgmt

Fixes #1275
  • Loading branch information
Olatunde Garuba authored and Olatunde Garuba committed Mar 19, 2016
1 parent bc3d536 commit 661b3b6
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 661b3b6

Please sign in to comment.