Merge pull request #1315 from trendzetter/revert-1276-enhancement-relative-header

Revert "Enhancement(core): Relative position attribute added to the header."
This commit is contained in:
Ilan Biala
2016-04-28 11:02:30 -04:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
.relative-header{
position: relative;
.content {
margin-top: 50px;
}
.undecorated-link:hover {
text-decoration: none;

View File

@@ -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 relative-header"></header>
<header ng-include="'/modules/core/client/views/header.client.view.html'" class="navbar navbar-fixed-top navbar-inverse"></header>
<section class="content">
<section class="container">
{% block content %}{% endblock %}