Skip to content

Commit a96d8e4

Browse files
authored
Merge pull request #248 from OpenStackweb/remove-announcement-banner
Remove announcement banner
2 parents 9c00f0e + 872d56a commit a96d8e4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

themes/openstack/scss/navigation_menu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ a.navbar-brand {
2222
}
2323

2424
.global-nav {
25-
margin-top: 118px; /* account for fixed SiteBanner height */
25+
margin-top: 40px; /* account for fixed SiteBanner height */
2626
@media (max-width: 768px) {
2727
margin-top:0px;
2828
}

themes/openstack/templates/Page.ss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
</head>
3737
<body id="$URLSegment">
3838
<div id="nav_container"></div>
39-
<% include SiteBanner %>
4039
<% include Navigation %>
4140
<!-- Page Content -->
4241
<div class="container">

0 commit comments

Comments
 (0)