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

Commit

Permalink
Revert "Enhancement(core):Relative position attribute added to the he…
Browse files Browse the repository at this point in the history
…ader."
  • Loading branch information
trendzetter committed Apr 18, 2016
1 parent f2a6bf9 commit b633dfb
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 @@
.relative-header{
position: relative;
.content {
margin-top: 50px;
}
.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 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 %}
Expand Down

0 comments on commit b633dfb

Please sign in to comment.